DBA Data[Home] [Help]

APPS.PSA_FUNDS_CHECKER_PKG dependencies on FND_CURRENCIES

Line 3663: (SELECT 'x' FROM fnd_currencies

3659: pk.status_code = 'A'
3660: )))
3661: -- rgopalan Bug 2799257
3662: and EXISTS
3663: (SELECT 'x' FROM fnd_currencies
3664: WHERE currency_code = PK.currency_code
3665: AND currency_flag = 'Y')
3666: )
3667: where bp.packet_id = g_packet_id

Line 3678: (SELECT 'x' FROM fnd_currencies

3674: bp.budget_version_id,
3675: bp.funding_budget_version_id)
3676: -- rgopalan Bug 27992557
3677: and exists
3678: (SELECT 'x' FROM fnd_currencies
3679: WHERE currency_code = BP.currency_code
3680: AND currency_flag = 'Y');
3681:
3682: