DBA Data[Home] [Help]

APPS.PAY_ARCH_MISSING_ASG_PKG dependencies on FND_COMMON_LOOKUPS

Line 362: from fnd_common_lookups fcl,

358: -- Get Balance Attributes
359: CURSOR c_get_bal_attributes(cp_leg_code VARCHAR2
360: ) IS
361: select distinct fcl.lookup_code
362: from fnd_common_lookups fcl,
363: fnd_lookup_values flv
364: where fcl.lookup_type = 'YE_ARCH_REPORTS_BAL_ATTRIBUTES'
365: and fcl.lookup_type = flv.lookup_type
366: and flv.tag = '+'||cp_leg_code