DBA Data[Home] [Help]

APPS.GMP_APS_OUTPUT_PKG dependencies on MTL_SYSTEM_ITEMS

Line 176: mtl_system_items mtl

172: w.due_date , /* B3710615 12.0 */
173: w.priority /* B4039225 */
174: FROM
175: wip_job_schedule_interface w,
176: mtl_system_items mtl
177: WHERE
178: w.group_id = p_group_id
179: AND w.load_type = 1
180: AND w.process_status = 1

Line 649: v_item_id mtl_system_items.inventory_item_id%TYPE;

645: v_return_status VARCHAR2(50) ;
646: v_msg_count NUMBER ;
647: v_msg_data VARCHAR2(2000);
648:
649: v_item_id mtl_system_items.inventory_item_id%TYPE;
650: v_orgn_id mtl_system_items.organization_id%TYPE;
651:
652: /* cursor to get the company(operating units) and the cost method */
653: /* Per the inventory convergence inputs from costing team

Line 650: v_orgn_id mtl_system_items.organization_id%TYPE;

646: v_msg_count NUMBER ;
647: v_msg_data VARCHAR2(2000);
648:
649: v_item_id mtl_system_items.inventory_item_id%TYPE;
650: v_orgn_id mtl_system_items.organization_id%TYPE;
651:
652: /* cursor to get the company(operating units) and the cost method */
653: /* Per the inventory convergence inputs from costing team
654: Sukarna and Uday - there is no need to pass cost method */