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 798: update pa_draft_invoice_details_all

794: FND_FILE.PUT_LINE(FND_FILE.LOG,'No of CCDL Records updated = '||l_rowcount);
795: commit;
796:
797: FORALL l in l_EIIdTab.first .. l_EIIdTab.last
798: update pa_draft_invoice_details_all
799: set tp_amt_type_code = l_WtTpAmtTab(l)
800: where Expenditure_Item_Id = l_EIIdTab(l)
801: and tp_amt_type_code is null;
802: