DBA Data[Home] [Help]

APPS.WIP_POPULATE_TEMP dependencies on INV_MATERIAL_STATUS_GRP

Line 395: if (inv_material_status_grp.is_status_applicable(

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

Line 412: if (inv_material_status_grp.is_status_applicable(

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