DBA Data[Home] [Help]

APPS.INV_LOT_API_PUB dependencies on INV_MATERIAL_STATUS_GRP

Line 1116: * by using API INV_MATERIAL_STATUS_GRP.get_lot_serial_status_control()

1112: * value for 'STATUS_ID' in DFF segment definition. Like 'VENDOR_ID',
1113: * 'STATUS_ID' could be added to DFF columns in future.
1114: * Nevertheless, to fix the bug 1520495, we need to have an application
1115: * logic to get the default value for 'STATUS_ID'. This can be got
1116: * by using API INV_MATERIAL_STATUS_GRP.get_lot_serial_status_control()
1117: * and assigning OUT parameter 'default_lot_status_id' to
1118: * g_lot_attributes_tbl(5).COLUMN_VALUE if OUT parameter
1119: * 'lot_status_enabled' is 'Y'.
1120: ***********************************************************************/

Line 1124: inv_material_status_grp.get_lot_serial_status_control (

1120: ***********************************************************************/
1121: IF (l_debug = 1) THEN
1122: inv_pick_wave_pick_confirm_pub.tracelog ( 'before calling get_lot_Serial_status_control' , 'INV_LOT_API_PUB');
1123: END IF;
1124: inv_material_status_grp.get_lot_serial_status_control (
1125: p_organization_id => p_organization_id,
1126: p_inventory_item_id => p_inventory_item_id,
1127: x_return_status => l_return_status,
1128: x_msg_count => l_msg_count,