DBA Data[Home] [Help]

APPS.PER_HRTCA_MERGE dependencies on FND_LOOKUP_VALUES

Line 2418: from fnd_lookup_values

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

Line 2886: from fnd_lookup_values

2882: -- and security_group clauses, as the ar_lookups is based on this.
2883: --
2884: cursor c1(p_lookup_type varchar2, p_lookup_code varchar2) is
2885: select 1
2886: from fnd_lookup_values
2887: where lookup_type = p_lookup_type
2888: and lookup_code = p_lookup_code
2889: and enabled_flag = 'Y'
2890: and view_application_id = 222