DBA Data[Home] [Help]

APPS.PA_AP_TRX_PURGE dependencies on PA_EXPENDITURE_ITEMS_ALL

Line 11: from pa_expenditure_items_all ei

7: cursor DoesInvExist is
8: select 'X'
9: from dual
10: where exists ( select 'X'
11: from pa_expenditure_items_all ei
12: where ei.document_header_id = x_invoice_id ) ;
13: /* commented for R12 --from pa_cost_distribution_lines_all cdl
14: where cdl.system_reference2 = to_char(x_invoice_id) ) ; */
15: