DBA Data[Home] [Help]

APPS.MTL_CC_TRANSACT_PKG dependencies on INV_MATERIAL_STATUS_GRP

Line 158: IF inv_material_status_grp.is_status_applicable

154: --Check the materisl status applicability for the org, item and lot number
155: --combination for the cycle count adjust transaction. If it is not valid
156: --then set the return value to "2" to indicate invalid lot status
157: IF l_wms_installed = 'TRUE' AND LotNum IS NOT NULL THEN
158: IF inv_material_status_grp.is_status_applicable
159: ( l_wms_installed,
160: NULL,
161: 4,
162: NULL,

Line 181: IF inv_material_status_grp.is_status_applicable

177: --Check the material status applicability for the org, item and serial number
178: --combination for the cycle count adjust transaction. If it is not valid
179: --then set the return value to "3" to indicate invalid serial status
180: IF l_wms_installed = 'TRUE' AND SerialNum IS NOT NULL THEN
181: IF inv_material_status_grp.is_status_applicable
182: ( l_wms_installed,
183: NULL,
184: 4, --transaction_type_id
185: NULL,