DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on INV_MATERIAL_STATUS_GRP

Line 1819: and inv_material_status_grp.is_status_applicable(

1815: and msn.current_status in (1, 4 )
1816: and msn.inventory_item_id = p_inv_item_id
1817: and msn.current_organization_id = p_org_id
1818: and mtt.transaction_type_id = 44
1819: and inv_material_status_grp.is_status_applicable(
1820: null,
1821: null,
1822: mtt.transaction_type_id
1823: , NULL

Line 1858: and inv_material_status_grp.is_status_applicable(

1854: mtl_transaction_types mtt
1855: where mln.inventory_item_id = p_inv_item_id
1856: and mln.organization_id = p_org_id
1857: and mtt.transaction_type_id = 44
1858: and inv_material_status_grp.is_status_applicable(
1859: null
1860: , null
1861: , mtt.transaction_type_id
1862: , null