DBA Data[Home] [Help]

APPS.CSP_REPAIR_PO_GRP dependencies on CSP_PARTS_REQUIREMENT

Line 53: l_header_rec CSP_PARTS_REQUIREMENT.header_rec_type;

49: l_out_reservation_rec CSP_REPAIR_PO_GRP.out_reserve_rec_type;
50: l_out_reservation_tbl CSP_REPAIR_PO_GRP.out_reserve_tbl_type;
51: x_reservation_id NUMBER;
52:
53: l_header_rec CSP_PARTS_REQUIREMENT.header_rec_type;
54: l_line_rec CSP_PARTS_REQUIREMENT.Line_rec_type;
55: l_lines_tbl CSP_PARTS_REQUIREMENT.Line_Tbl_type;
56: l_repair_po_header_id NUMBER ;
57:

Line 54: l_line_rec CSP_PARTS_REQUIREMENT.Line_rec_type;

50: l_out_reservation_tbl CSP_REPAIR_PO_GRP.out_reserve_tbl_type;
51: x_reservation_id NUMBER;
52:
53: l_header_rec CSP_PARTS_REQUIREMENT.header_rec_type;
54: l_line_rec CSP_PARTS_REQUIREMENT.Line_rec_type;
55: l_lines_tbl CSP_PARTS_REQUIREMENT.Line_Tbl_type;
56: l_repair_po_header_id NUMBER ;
57:
58: L_repair_supplier_org_id NUMBER;

Line 55: l_lines_tbl CSP_PARTS_REQUIREMENT.Line_Tbl_type;

51: x_reservation_id NUMBER;
52:
53: l_header_rec CSP_PARTS_REQUIREMENT.header_rec_type;
54: l_line_rec CSP_PARTS_REQUIREMENT.Line_rec_type;
55: l_lines_tbl CSP_PARTS_REQUIREMENT.Line_Tbl_type;
56: l_repair_po_header_id NUMBER ;
57:
58: L_repair_supplier_org_id NUMBER;
59: L_VENDOR_NAME Varchar2(240);

Line 469: /*Add these parameters in the CSP_PARTS_REQUIREMENT.Header_Rec_Type and pass the repair_supplier_id to this parameter */

465:
466: l_line_rec.source_organization_id := P_repair_supplier_org_id;
467: --l_line_rec.source_location_id := l_supplier_org_location_id;
468:
469: /*Add these parameters in the CSP_PARTS_REQUIREMENT.Header_Rec_Type and pass the repair_supplier_id to this parameter */
470:
471: l_header_rec.suggested_vendor_id := P_repair_supplier_id;
472: l_header_rec.SUGGESTED_VENDOR_NAME := l_VENDOR_NAME;
473: