DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on FLM_UTIL

Line 1254: flm_util.get_key_flex_item(fero.inventory_item_id,fero.organization_id) inventory_item_name,

1250: fero.supply_locator_id,
1251: fero.component_sequence_id,
1252: nvl(fero.basis_type,WIP_CONSTANTS.ITEM_BASED_MTL) basis_type,
1253: msi.primary_uom_code,
1254: flm_util.get_key_flex_item(fero.inventory_item_id,fero.organization_id) inventory_item_name,
1255: msi.serial_number_control_code,
1256: msi.lot_control_code,
1257: msi.restrict_subinventories_code,
1258: msi.restrict_locators_code,

Line 1447: p_locatorName => flm_util.get_key_flex_location(c_recorded_comps.supply_locator_id,p_orgID),

1443: p_taskID => p_taskID,
1444: p_componentSeqID => c_recorded_comps.component_sequence_id,
1445: p_cmpTxnID => null,
1446: p_itemDescription => c_recorded_comps.description,
1447: p_locatorName => flm_util.get_key_flex_location(c_recorded_comps.supply_locator_id,p_orgID),
1448: p_revisionContolCode => c_recorded_comps.revision_qty_control_code,
1449: p_locationControlCode => c_recorded_comps.location_control_code,
1450: p_locatorProjectID => null,
1451: p_locatorTaskID => null);