DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on INV_MATERIAL_STATUS_GRP

Line 2039: and inv_material_status_grp.is_status_applicable(

2035: and msn.current_status in (1, 4 )
2036: and msn.inventory_item_id = p_inv_item_id
2037: and msn.current_organization_id = p_org_id
2038: and mtt.transaction_type_id = 44
2039: and inv_material_status_grp.is_status_applicable(
2040: null,
2041: null,
2042: mtt.transaction_type_id
2043: , NULL

Line 2078: and inv_material_status_grp.is_status_applicable(

2074: mtl_transaction_types mtt
2075: where mln.inventory_item_id = p_inv_item_id
2076: and mln.organization_id = p_org_id
2077: and mtt.transaction_type_id = 44
2078: and inv_material_status_grp.is_status_applicable(
2079: null
2080: , null
2081: , mtt.transaction_type_id
2082: , null