DBA Data[Home] [Help]

APPS.GME_MAKE_TO_ORDER_PVT dependencies on GME_COMMON_PVT

Line 82: l_exception_material_tbl GME_COMMON_PVT.exceptions_tab;

78: l_out_pending_product_lots_rec GME_PENDING_PRODUCT_LOTS%ROWTYPE;
79: l_rsv_rec INV_RESERVATION_GLOBAL.mtl_reservation_rec_type;
80: l_in_serial_num INV_RESERVATION_GLOBAL.serial_number_tbl_type;
81: l_out_serial_num INV_RESERVATION_GLOBAL.serial_number_tbl_type;
82: l_exception_material_tbl GME_COMMON_PVT.exceptions_tab;
83: l_rsv_tbl GME_COMMON_PVT.reservations_tab;
84: l_rsv_row_rec MTL_RESERVATIONS%ROWTYPE;
85: l_in_assignments_rec GME_MTO_RULE_ASSIGNMENTS%ROWTYPE;
86: l_mto_rules_rec GME_MTO_RULES%ROWTYPE;

Line 83: l_rsv_tbl GME_COMMON_PVT.reservations_tab;

79: l_rsv_rec INV_RESERVATION_GLOBAL.mtl_reservation_rec_type;
80: l_in_serial_num INV_RESERVATION_GLOBAL.serial_number_tbl_type;
81: l_out_serial_num INV_RESERVATION_GLOBAL.serial_number_tbl_type;
82: l_exception_material_tbl GME_COMMON_PVT.exceptions_tab;
83: l_rsv_tbl GME_COMMON_PVT.reservations_tab;
84: l_rsv_row_rec MTL_RESERVATIONS%ROWTYPE;
85: l_in_assignments_rec GME_MTO_RULE_ASSIGNMENTS%ROWTYPE;
86: l_mto_rules_rec GME_MTO_RULES%ROWTYPE;
87: l_mto_assignments_rec GME_MTO_RULE_ASSIGNMENTS%ROWTYPE;

Line 174: AND line_type = gme_common_pvt.g_line_type_prod;

170: SELECT *
171: FROM gme_material_details
172: WHERE batch_id = p_batch_id
173: AND inventory_item_id = p_inventory_item_id
174: AND line_type = gme_common_pvt.g_line_type_prod;
175:
176:
177: CURSOR Get_order_info(p_so_line_id IN NUMBER) IS
178: SELECT ol.line_number, mtl.segment1,

Line 801: ,p_validation_level => gme_common_pvt.g_max_errors

797: END IF;
798:
799: GME_API_PUB.create_pending_product_lot
800: (p_api_version => 2.0
801: ,p_validation_level => gme_common_pvt.g_max_errors
802: ,p_init_msg_list => fnd_api.g_false
803: ,p_commit => fnd_api.g_false
804: ,x_message_count => l_msg_count
805: ,x_message_list => l_msg_data