DBA Data[Home] [Help]

APPS.PA_PURGE_VALIDATE_COSTING dependencies on PA_CC_DIST_LINES_ALL

Line 201: pa_cc_dist_lines_all ccdl

197: from dual
198: where exists (
199: select ei.expenditure_item_id
200: from pa_expenditure_items_all ei,
201: pa_cc_dist_lines_all ccdl
202: where ei.expenditure_item_id = ccdl.expenditure_item_id
203: and ei.project_id = p_project_id
204: and ( p_active_flag <> 'A'
205: or (trunc(ei.expenditure_item_date ) <=