DBA Data[Home] [Help]

APPS.CSP_REPAIR_PO_GRP dependencies on CSP_PARTS_ORDER

Line 331: /* In "CSP_PARTS_ORDER.PROCESS_PURCHASE_REQ" API inserting into

327: select csp_repair_po_headers_s1.nextval
328: into l_repair_po_header_id
329: from dual;
330:
331: /* In "CSP_PARTS_ORDER.PROCESS_PURCHASE_REQ" API inserting into
332: "PO_REQUISITIONS_INTERFACE_ALL" table SOURCE_TYPE_CODE as "VENDOR".
333: So this item must be Purchasing_enabled in both Repair supplier org and destination org. */
334:
335: L_REPAIR_ORGANIZATION_NAME := GET_ORGANIZATION_NAME(P_repair_supplier_org_id);

Line 460: l_header_rec.operation := csp_parts_order.G_OPR_CREATE; -- 'CREATE';

456: l_header_rec.ship_to_location_id := l_ship_to_location_id;
457: l_header_rec.need_by_date := P_need_by_date;
458: l_header_rec.dest_organization_id := P_dest_organization_id;
459: l_header_Rec.requirement_header_id := l_repair_po_header_id;
460: l_header_rec.operation := csp_parts_order.G_OPR_CREATE; -- 'CREATE';
461:
462: l_line_rec.inventory_item_id := P_repair_to_item_id;
463: l_line_rec.item_description := X_ITEM_DESCRIPTION;
464: l_line_rec.unit_of_measure := X_PRIMARY_UOM_CODE;

Line 599: CSP_PARTS_ORDER.process_purchase_req

595:
596: l_header_rec.NOTE1_ID := Null; --p_note_id;
597: l_header_rec.NOTE1_TITLE := 'Repair Purchase Order Defective Parts Details: '||L_REPAIR_PO_HEADER_ID;
598:
599: CSP_PARTS_ORDER.process_purchase_req
600: (P_API_VERSION => 1.0
601: ,P_INIT_MSG_LIST => 'F'
602: ,P_COMMIT => 'F'
603: ,px_header_rec => l_header_rec