DBA Data[Home] [Help]

APPS.PA_WORK_TYPE_UPGRADE dependencies on PA_DRAFT_INVOICE_DETAILS_ALL

Line 15: pa_draft_invoice_details_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
19: on pa_expenditure_items_all

Line 756: update pa_draft_invoice_details_all

752: FND_FILE.PUT_LINE(FND_FILE.LOG,'No of CCDL Records updated = '||l_rowcount);
753: commit;
754:
755: FORALL l in l_EIIdTab.first .. l_EIIdTab.last
756: update pa_draft_invoice_details_all
757: set tp_amt_type_code = l_WtTpAmtTab(l)
758: where Expenditure_Item_Id = l_EIIdTab(l)
759: and tp_amt_type_code is null;
760: