DBA Data[Home] [Help]

APPS.WMS_DEVICE_CONFIRMATION_PUB dependencies on INV_MATERIAL_STATUS_GRP

Line 2878: IF inv_material_status_grp.is_status_applicable

2874: FETCH ser_csr into l_serial_number;
2875:
2876: EXIT WHEN ser_csr%NOTFOUND;
2877:
2878: IF inv_material_status_grp.is_status_applicable
2879: (p_wms_installed => p_wms_installed,
2880: p_trx_status_enabled => NULL,
2881: p_trx_type_id => p_transaction_type_id,
2882: p_lot_status_enabled => NULL,

Line 2913: IF inv_material_status_grp.is_status_applicable

2909: ELSE
2910:
2911: l_serial_number := NULL;
2912: -- Check whether the LPN status is applicable for this transaction
2913: IF inv_material_status_grp.is_status_applicable
2914: (p_wms_installed => p_wms_installed,
2915: p_trx_status_enabled => NULL,
2916: p_trx_type_id => p_transaction_type_id,
2917: p_lot_status_enabled => NULL,