DBA Data[Home] [Help]

APPS.PSA_AP_BC_PVT dependencies on AP_ENCUMBRANCE_LINES_ALL

Line 1696: select 'x' FROM AP_ENCUMBRANCE_LINES_all ael

1692: where bc_event_id is null
1693: and historical_flag ='Y'))*/
1694: -- added by ks not to pick PO that has data in 11i
1695: and not exists (
1696: select 'x' FROM AP_ENCUMBRANCE_LINES_all ael
1697: WHERE ael.invoice_distribution_id = dist.invoice_distribution_id
1698: and encumbrance_type_id = 1001 );
1699:
1700: