DBA Data[Home] [Help]

APPS.WIP_POPULATE_TEMP dependencies on INV_MATERIAL_STATUS_GRP

Line 392: if (inv_material_status_grp.is_status_applicable(

388: END IF;
389:
390: -- bug3430508: do not insert subinv/loc if material status
391: -- disables it
392: if (inv_material_status_grp.is_status_applicable(
393: NULL, -- p_wms_installed,
394: NULL,
395: p_transaction_type_id, -- p_trx_type_id (is this same as trx_type_id?)
396: NULL,

Line 409: if (inv_material_status_grp.is_status_applicable(

405: C.subinventory_code := null;
406: x_locator_id := null;
407: end if;
408:
409: if (inv_material_status_grp.is_status_applicable(
410: NULL, -- p_wms_installed,
411: NULL,
412: p_transaction_type_id, -- p_trx_type_id (is this same as trx_type_id?)
413: NULL,