DBA Data[Home] [Help]

APPS.CSP_REPAIR_PO_PVT dependencies on CSP_PARTS_ORDER

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

498: --l_header_rec.description := 'Test Req';
499: --l_header_rec.order_type_id := 1430;
500: FND_PROFILE.GET('CSP_ORDER_TYPE', l_header_rec.order_type_id);
501: l_header_rec.dest_organization_id := l_dest_organization_id;
502: l_header_rec.operation := csp_parts_order.G_OPR_CREATE;
503: l_header_rec.ship_to_location_id := l_ship_to_location_id;
504: l_header_rec.requisition_number := NULL;
505: l_header_rec.order_header_id := NULL;
506: l_header_rec.requisition_header_id := NULL;

Line 509: csp_parts_order.process_order

505: l_header_rec.order_header_id := NULL;
506: l_header_rec.requisition_header_id := NULL;
507: l_header_rec.need_by_date := l_need_by_Date;
508:
509: csp_parts_order.process_order
510: (
511: p_api_version => 1.0
512: ,p_Init_Msg_List => FND_API.G_FALSE
513: ,p_commit => FND_API.G_FALSE