DBA Data[Home] [Help]

APPS.WMS_DEVICE_CONFIRMATION_PUB dependencies on INV_MATERIAL_STATUS_GRP

Line 2358: IF inv_material_status_grp.is_status_applicable

2354: FETCH ser_csr into l_serial_number;
2355:
2356: EXIT WHEN ser_csr%NOTFOUND;
2357:
2358: IF inv_material_status_grp.is_status_applicable
2359: (p_wms_installed => p_wms_installed,
2360: p_trx_status_enabled => NULL,
2361: p_trx_type_id => p_transaction_type_id,
2362: p_lot_status_enabled => NULL,

Line 2393: IF inv_material_status_grp.is_status_applicable

2389: ELSE
2390:
2391: l_serial_number := NULL;
2392: -- Check whether the LPN status is applicable for this transaction
2393: IF inv_material_status_grp.is_status_applicable
2394: (p_wms_installed => p_wms_installed,
2395: p_trx_status_enabled => NULL,
2396: p_trx_type_id => p_transaction_type_id,
2397: p_lot_status_enabled => NULL,