DBA Data[Home] [Help]

APPS.PSA_FUNDS_CHECKER_PKG dependencies on FND_CURRENCIES

Line 3738: (SELECT 'x' FROM fnd_currencies

3734: pk.status_code = 'A'
3735: )))
3736: -- rgopalan Bug 2799257
3737: and EXISTS
3738: (SELECT 'x' FROM fnd_currencies
3739: WHERE currency_code = PK.currency_code
3740: AND currency_flag = 'Y')
3741: )
3742: where bp.packet_id = g_packet_id

Line 3753: (SELECT 'x' FROM fnd_currencies

3749: bp.budget_version_id,
3750: bp.funding_budget_version_id)
3751: -- rgopalan Bug 27992557
3752: and exists
3753: (SELECT 'x' FROM fnd_currencies
3754: WHERE currency_code = BP.currency_code
3755: AND currency_flag = 'Y');
3756:
3757: