DBA Data[Home] [Help]

APPS.CSP_PLANNED_ORDERS dependencies on CSP_PARTS_REQUIREMENT

Line 31: l_order_line_tbl csp_parts_requirement.line_tbl_type;

27: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
28: l_msg_count NUMBER;
29: l_msg_data VARCHAR2(2000);
30: l_line_tbl csp_planned_orders.line_tbl_type;
31: l_order_line_tbl csp_parts_requirement.line_tbl_type;
32: l_order_hdr_rec csp_parts_requirement.header_rec_type;
33: l_po_line_tbl csp_parts_requirement.line_tbl_type;
34: l_po_hdr_rec csp_parts_requirement.header_rec_type;
35: l_defective_parts_tbl csp_repair_po_grp.defective_parts_tbl_Type;

Line 32: l_order_hdr_rec csp_parts_requirement.header_rec_type;

28: l_msg_count NUMBER;
29: l_msg_data VARCHAR2(2000);
30: l_line_tbl csp_planned_orders.line_tbl_type;
31: l_order_line_tbl csp_parts_requirement.line_tbl_type;
32: l_order_hdr_rec csp_parts_requirement.header_rec_type;
33: l_po_line_tbl csp_parts_requirement.line_tbl_type;
34: l_po_hdr_rec csp_parts_requirement.header_rec_type;
35: l_defective_parts_tbl csp_repair_po_grp.defective_parts_tbl_Type;
36: l_int_rpr_line_tbl csp_parts_Requirement.line_Tbl_Type;

Line 33: l_po_line_tbl csp_parts_requirement.line_tbl_type;

29: l_msg_data VARCHAR2(2000);
30: l_line_tbl csp_planned_orders.line_tbl_type;
31: l_order_line_tbl csp_parts_requirement.line_tbl_type;
32: l_order_hdr_rec csp_parts_requirement.header_rec_type;
33: l_po_line_tbl csp_parts_requirement.line_tbl_type;
34: l_po_hdr_rec csp_parts_requirement.header_rec_type;
35: l_defective_parts_tbl csp_repair_po_grp.defective_parts_tbl_Type;
36: l_int_rpr_line_tbl csp_parts_Requirement.line_Tbl_Type;
37: l_int_rpr_header_rec csp_parts_Requirement.header_rec_type;

Line 34: l_po_hdr_rec csp_parts_requirement.header_rec_type;

30: l_line_tbl csp_planned_orders.line_tbl_type;
31: l_order_line_tbl csp_parts_requirement.line_tbl_type;
32: l_order_hdr_rec csp_parts_requirement.header_rec_type;
33: l_po_line_tbl csp_parts_requirement.line_tbl_type;
34: l_po_hdr_rec csp_parts_requirement.header_rec_type;
35: l_defective_parts_tbl csp_repair_po_grp.defective_parts_tbl_Type;
36: l_int_rpr_line_tbl csp_parts_Requirement.line_Tbl_Type;
37: l_int_rpr_header_rec csp_parts_Requirement.header_rec_type;
38: J NUMBER := 1;

Line 36: l_int_rpr_line_tbl csp_parts_Requirement.line_Tbl_Type;

32: l_order_hdr_rec csp_parts_requirement.header_rec_type;
33: l_po_line_tbl csp_parts_requirement.line_tbl_type;
34: l_po_hdr_rec csp_parts_requirement.header_rec_type;
35: l_defective_parts_tbl csp_repair_po_grp.defective_parts_tbl_Type;
36: l_int_rpr_line_tbl csp_parts_Requirement.line_Tbl_Type;
37: l_int_rpr_header_rec csp_parts_Requirement.header_rec_type;
38: J NUMBER := 1;
39: K NUMBER := 1;
40: l_wip_id NUMBER;

Line 37: l_int_rpr_header_rec csp_parts_Requirement.header_rec_type;

33: l_po_line_tbl csp_parts_requirement.line_tbl_type;
34: l_po_hdr_rec csp_parts_requirement.header_rec_type;
35: l_defective_parts_tbl csp_repair_po_grp.defective_parts_tbl_Type;
36: l_int_rpr_line_tbl csp_parts_Requirement.line_Tbl_Type;
37: l_int_rpr_header_rec csp_parts_Requirement.header_rec_type;
38: J NUMBER := 1;
39: K NUMBER := 1;
40: l_wip_id NUMBER;
41: l_user_id NUMBER;