DBA Data[Home] [Help]

APPS.CSP_REPAIR_PO_GRP dependencies on CSP_PARTS_ORDER

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

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

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

449: l_header_rec.ship_to_location_id := l_ship_to_location_id;
450: l_header_rec.need_by_date := P_need_by_date;
451: l_header_rec.dest_organization_id := P_dest_organization_id;
452: l_header_Rec.requirement_header_id := l_repair_po_header_id;
453: l_header_rec.operation := csp_parts_order.G_OPR_CREATE; -- 'CREATE';
454:
455: l_line_rec.inventory_item_id := P_repair_to_item_id;
456: l_line_rec.item_description := X_ITEM_DESCRIPTION;
457: l_line_rec.unit_of_measure := X_PRIMARY_UOM_CODE;

Line 592: CSP_PARTS_ORDER.process_purchase_req

588:
589: l_header_rec.NOTE1_ID := Null; --p_note_id;
590: l_header_rec.NOTE1_TITLE := 'Repair Purchase Order Defective Parts Details: '||L_REPAIR_PO_HEADER_ID;
591:
592: CSP_PARTS_ORDER.process_purchase_req
593: (P_API_VERSION => 1.0
594: ,P_INIT_MSG_LIST => 'F'
595: ,P_COMMIT => 'F'
596: ,px_header_rec => l_header_rec