Total Pageviews

January 23, 2016

1/23/2016 03:27:00 PM
Current Date : Will be used to pass the Sysdate as default value
Current Time : Will be used to pass the Systime as default value
Constant        : Will be used to pass the constant number or date or
                            string as default value
Segment      : will be used to get the Previous parameter value as
           default to the next parameter then we will use this.
Oracle Apps Concurrent  Program

Default type:  segment         Default Value :Parameter Name

SQL Statement: We can pass the SELECT statement result as default
            value
Default type : SQl Statement  Default Value : SELECT MIN(USER ID) FROM

Profile : This will be used to pass the user profile value as default
like userid ,username,respid,respname and so on.


Required Chek Box : This will be used to make the parameter as mandatory
                  or optional
Enabled  Check Box: will be used to enable or disable the parameter
Display  Check Box: will be used to hide or display the parameter.



 
Related Posts Plugin for WordPress, Blogger...