DBA Data[Home] [Help]

APPS.PAY_ARCH_MISSING_ASG_PKG dependencies on FND_COMMON_LOOKUPS

Line 359: from fnd_common_lookups fcl,

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