DBA Data[Home] [Help]

APPS.PA_WORK_TYPE_UPGRADE dependencies on PA_CC_DIST_LINES_ALL

Line 14: pa_cc_dist_lines_all

10: pa_cost_distribution_lines_all
11:
12: Simultaneously, it also updates Tp Amt Type Code on
13: pa_expenditure_items_all,
14: pa_cc_dist_lines_all
15: pa_draft_invoice_details_all
16:
17: In FP.M, it has been modified to support update
18: inventory_item_id, wip_resource_id, unit_of_measure

Line 787: update pa_cc_dist_lines_all

783: FND_FILE.PUT_LINE(FND_FILE.LOG,'No of CDL Records updated = '||l_rowcount);
784: commit;
785:
786: FORALL k in l_EIIdTab.first .. l_EIIdTab.last
787: update pa_cc_dist_lines_all
788: set tp_amt_type_code = l_WtTpAmtTab(k)
789: where Expenditure_Item_Id = l_EIIdTab(k)
790: and tp_amt_type_code is null;
791: