DBA Data[Home] [Help]

APPS.PER_HRTCA_MERGE dependencies on FND_LOOKUP_VALUES

Line 2421: from fnd_lookup_values

2417: -- the valid dates.
2418: --
2419: cursor c1(p_lookup_type varchar2, p_lookup_code varchar2) is
2420: select null
2421: from fnd_lookup_values
2422: where lookup_type = p_lookup_type
2423: and lookup_code = p_lookup_code
2424: and enabled_flag = 'Y'
2425: and view_application_id = 222

Line 2892: from fnd_lookup_values

2888: -- and security_group clauses, as the ar_lookups is based on this.
2889: --
2890: cursor c1(p_lookup_type varchar2, p_lookup_code varchar2) is
2891: select 1
2892: from fnd_lookup_values
2893: where lookup_type = p_lookup_type
2894: and lookup_code = p_lookup_code
2895: and enabled_flag = 'Y'
2896: and view_application_id = 222