DBA Data[Home] [Help]

APPS.PA_REP_UTIL_SETUP dependencies on PA_EXPENDITURE_ITEMS_ALL

Line 26: from pa_expenditure_items_all ei

22: l_debug varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N');
23:
24: CURSOR discarded_records(p_cut_off_date IN DATE) IS
25: select cdl.rowid
26: from pa_expenditure_items_all ei
27: ,pa_cost_distribution_lines_all cdl
28: where ei.expenditure_item_date < p_cut_off_date
29: and ei.expenditure_item_id = cdl.expenditure_item_id;
30: