DBA Data[Home] [Help]

APPS.INV_STATUS_PKG dependencies on INV_MATERIAL_STATUS_GRP

Line 196: INV_MATERIAL_STATUS_GRP.get_lot_serial_status_control(

192: -- From the above fetch, it is possible that lot_status_id is NULL in which
193: -- case get the default lot status id for the organization item.
194:
195: if (x_Status <> 'E') AND (lot_status_id is null) then
196: INV_MATERIAL_STATUS_GRP.get_lot_serial_status_control(
197: p_organization_id => p_org_id
198: , p_inventory_item_id => p_item_id
199: , x_return_status => l_return_status
200: , x_msg_count => l_msg_count

Line 277: INV_MATERIAL_STATUS_GRP.get_lot_serial_status_control(

273: -- From the above fetch, it is possible that serial_status_id is NULL in which
274: -- case get the default serial status id for the organization item.
275:
276: if (x_Status <> 'E') AND (serial_status_id is null) then
277: INV_MATERIAL_STATUS_GRP.get_lot_serial_status_control(
278: p_organization_id => p_org_id
279: , p_inventory_item_id => p_item_id
280: , x_return_status => l_return_status
281: , x_msg_count => l_msg_count