This error occurred when we executed shell script using Concurrent Program.
Solution
Execute the below command in Unix Environment.
dos2unix filename.prog
This BLOG might be helpful for oracle application beginners and technical developers. The BLOG post’s screen shots & source codes may distinguish from versions. If the code/steps fail please check with oracle guides or meta-links.
Attribute
|
Property
|
|
ID
|
Delete
|
|
Item
Style
|
image
|
|
Atribute
Set
|
/oracle/apps/fnd/attributesets/Buttons/Delete
|
|
Prompt
|
Update
|
|
Image
URI
|
deleteicon_enabled.gif
|
|
Additional
Text
|
Delete
record
|
|
Height
|
24
|
|
Width
|
24
|
|
Action
Type
|
fireAction
|
|
Event
|
delete
|
|
Submit
|
TRUE
|
|
Parameters
|
Name
|
Value
|
PPersonType
|
${oa.SearchVO.PersonType}
|
|
PPersonName
|
${oa.SearchVO.PersonName}
|
|
PEmailAddresss
|
${oa.SearchVO.EmailAddresss}
|
|
PContactNumber
|
${oa.SearchVO.ContactNumber}
|
ID
|
PersonType
|
Item
Style
|
messageTextInput
|
Maximum
Length
|
100
|
View
Instance
|
SearchVO
|
View
Attribute
|
PersonType
|
Prompt
|
PersonType
|
Length
|
20
|
ID
|
PersonName
|
Item
Style
|
messageTextInput
|
Maximum
Length
|
200
|
View
Instance
|
SearchVO
|
View
Attribute
|
PersonName
|
Prompt
|
PersonName
|
Length
|
20
|
ID
|
EmailAddresss
|
Item
Style
|
messageTextInput
|
Maximum
Length
|
100
|
View
Instance
|
SearchVO
|
View
Attribute
|
EmailAddresss
|
Prompt
|
EmailAddresss
|
Length
|
20
|
ID
|
ContactNumber
|
Item
Style
|
messageTextInput
|
Maximum
Length
|
100
|
View
Instance
|
SearchVO
|
View
Attribute
|
ContactNumber
|
Prompt
|
ContactNumber
|
Length
|
20
|
ID
|
Apply
|
Region
Style
|
submitButton
|
Attribute
Set
|
/oracle/apps/fnd/attributesets/Buttons/Apply
|
ID
|
Cancel
|
Region
Style
|
submitButton
|
Attribute
Set
|
/oracle/apps/fnd/attributesets/Buttons/Cancel
|