DBA Data[Home] [Help]

APPS.CSP_REPAIR_PO_PVT dependencies on CSP_PARTS_ORDER

Line 541: l_header_rec.operation := csp_parts_order.G_OPR_CREATE;

537: --l_header_rec.description := 'Test Req';
538: --l_header_rec.order_type_id := 1430;
539: FND_PROFILE.GET('CSP_ORDER_TYPE', l_header_rec.order_type_id);
540: l_header_rec.dest_organization_id := l_dest_organization_id;
541: l_header_rec.operation := csp_parts_order.G_OPR_CREATE;
542: l_header_rec.ship_to_location_id := l_ship_to_location_id;
543: l_header_rec.requisition_number := NULL;
544: l_header_rec.order_header_id := NULL;
545: l_header_rec.requisition_header_id := NULL;

Line 548: csp_parts_order.process_order

544: l_header_rec.order_header_id := NULL;
545: l_header_rec.requisition_header_id := NULL;
546: l_header_rec.need_by_date := l_need_by_Date;
547:
548: csp_parts_order.process_order
549: (
550: p_api_version => 1.0
551: ,p_Init_Msg_List => FND_API.G_FALSE
552: ,p_commit => FND_API.G_FALSE