DBA Data[Home] [Help]

APPS.HRI_PARAMETERS dependencies on FND_COMMON_LOOKUPS

Line 815: from fnd_common_lookups

811:
812: cursor c_job_category is
813: select lookup_code
814: ,meaning
815: from fnd_common_lookups
816: where lookup_type = 'JOB_CATEGORIES'
817: order by 2;
818:
819: BEGIN

Line 1589: -- P_LOOKUP_TYPE - contains the look up type to be looked up on fnd_common_lookups

1585: -- Lookup Parameters
1586: -- The following parameters are passed to this function :
1587: -- P_LABEL - contains the label to be displayed next to the list
1588: -- P_FORM_NAME - contains the name of the variable the form field returns
1589: -- P_LOOKUP_TYPE - contains the look up type to be looked up on fnd_common_lookups
1590: -- P_ALL_OPTION - if the field is to have an 'all values' option,
1591: -- it is passed in here, otherwise this must be empty - i.e. ''
1592:
1593: cursor c_lookup(p_lookup_type in varchar2) is