DBA Data[Home] [Help]

APPS.GME_MAKE_TO_ORDER_PVT dependencies on GME_COMMON_PVT

Line 72: l_exception_material_tbl GME_COMMON_PVT.exceptions_tab;

68: l_out_pending_product_lots_rec GME_PENDING_PRODUCT_LOTS%ROWTYPE;
69: l_rsv_rec INV_RESERVATION_GLOBAL.mtl_reservation_rec_type;
70: l_in_serial_num INV_RESERVATION_GLOBAL.serial_number_tbl_type;
71: l_out_serial_num INV_RESERVATION_GLOBAL.serial_number_tbl_type;
72: l_exception_material_tbl GME_COMMON_PVT.exceptions_tab;
73: l_rsv_tbl GME_COMMON_PVT.reservations_tab;
74: l_rsv_row_rec MTL_RESERVATIONS%ROWTYPE;
75: l_in_assignments_rec GME_MTO_RULE_ASSIGNMENTS%ROWTYPE;
76: l_mto_rules_rec GME_MTO_RULES%ROWTYPE;

Line 73: l_rsv_tbl GME_COMMON_PVT.reservations_tab;

69: l_rsv_rec INV_RESERVATION_GLOBAL.mtl_reservation_rec_type;
70: l_in_serial_num INV_RESERVATION_GLOBAL.serial_number_tbl_type;
71: l_out_serial_num INV_RESERVATION_GLOBAL.serial_number_tbl_type;
72: l_exception_material_tbl GME_COMMON_PVT.exceptions_tab;
73: l_rsv_tbl GME_COMMON_PVT.reservations_tab;
74: l_rsv_row_rec MTL_RESERVATIONS%ROWTYPE;
75: l_in_assignments_rec GME_MTO_RULE_ASSIGNMENTS%ROWTYPE;
76: l_mto_rules_rec GME_MTO_RULES%ROWTYPE;
77: l_mto_assignments_rec GME_MTO_RULE_ASSIGNMENTS%ROWTYPE;

Line 159: AND line_type = gme_common_pvt.g_line_type_prod;

155: SELECT *
156: FROM gme_material_details
157: WHERE batch_id = p_batch_id
158: AND inventory_item_id = p_inventory_item_id
159: AND line_type = gme_common_pvt.g_line_type_prod;
160:
161:
162: CURSOR Get_order_info(p_so_line_id IN NUMBER) IS
163: SELECT ol.line_number, mtl.segment1,

Line 721: ,p_validation_level => gme_common_pvt.g_max_errors

717: END IF;
718:
719: GME_API_PUB.create_pending_product_lot
720: (p_api_version => 2.0
721: ,p_validation_level => gme_common_pvt.g_max_errors
722: ,p_init_msg_list => fnd_api.g_false
723: ,p_commit => fnd_api.g_false
724: ,x_message_count => l_msg_count
725: ,x_message_list => l_msg_data