DBA Data[Home] [Help]

APPS.INVWATP dependencies on MTL_SYSTEM_ITEMS

Line 71: mtl_system_items

67: select atp_rule_id
68: into
69: rec_mgav.atp_rule_id
70: from
71: mtl_system_items
72: where
73: inventory_item_id = x_inventory_item_id and
74: organization_id = x_organization_id;
75:

Line 115: --uom code, takes it from mtl_system_items

111: end if; -- ret_code=0
112:
113:
114: if ret_code = 0 then
115: --uom code, takes it from mtl_system_items
116: if x_uom_code is not null then
117: rec_mgav.uom_code := x_uom_code;
118: else
119: fnd_message.set_name ( 'EC', 'ICX_INV_WATP_FAILED');

Line 125: from mtl_system_items

121: /****
122: begin
123: select primary_uom_code
124: into rec_mgav.uom_code
125: from mtl_system_items
126: where
127: inventory_item_id = x_inventory_item_id and
128: organization_id = x_organization_id;
129: if rec_mgav.uom_code is null then