DBA Data[Home] [Help]

APPS.PAY_US_PSD_XML dependencies on FND_LOOKUP_VALUES

Line 2629: fnd_lookup_values flv,

2625: cursor c_get_psd_balances is
2626: select flv.meaning, pbt.balance_type_id
2627: from pay_balance_types pbt,
2628: fnd_application fa,
2629: fnd_lookup_values flv,
2630: fnd_lookup_types flt
2631: where pbt.legislation_code = 'US'
2632: and (
2633: pbt.balance_name = substr(flv.meaning,