DBA Data[Home] [Help]

APPS.PA_CC_BL_PROCESS dependencies on PA_EXPENDITURE_GROUPS_ALL

Line 562: pa_expenditure_groups_all exp_grp

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
566: and cdl.expenditure_item_id = lcur.expenditure_item_id

Line 593: pa_expenditure_groups_all exp_grp

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
597: and cdl.expenditure_item_id = lcur.expenditure_item_id