DBA Data[Home] [Help]

APPS.PA_CC_BL_PROCESS dependencies on PA_EXPENDITURES_ALL

Line 561: pa_expenditures_all exp,

557: from pa_expenditure_items_all ei,
558: pa_cost_distribution_lines_all cdl,
559: pa_cost_distribution_lines_all reversal_cdl,
560: -- Start Changes for bug 15892024
561: pa_expenditures_all exp,
562: pa_expenditure_groups_all exp_grp
563: -- End Changes for bug 15892024
564: where ei.adjusted_expenditure_item_id = lcur.expenditure_item_id
565: and ei.expenditure_item_id = reversal_cdl.expenditure_item_id

Line 592: pa_expenditures_all exp,

588: from pa_expenditure_items_all parent_ei,
589: pa_cost_distribution_lines_all cdl,
590: pa_cost_distribution_lines_all parent_cdl,
591: -- Start Changes for bug 15892024
592: pa_expenditures_all exp,
593: pa_expenditure_groups_all exp_grp
594: -- End Changes for bug 15892024
595: where parent_ei.expenditure_item_id = lcur.adjusted_exp_item_id
596: and parent_ei.expenditure_item_id = parent_cdl.expenditure_item_id