DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on FLM_UTIL

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

1470: fero.supply_locator_id,
1471: fero.component_sequence_id,
1472: nvl(fero.basis_type,WIP_CONSTANTS.ITEM_BASED_MTL) basis_type,
1473: msi.primary_uom_code,
1474: flm_util.get_key_flex_item(fero.inventory_item_id,fero.organization_id) inventory_item_name,
1475: msi.serial_number_control_code,
1476: msi.lot_control_code,
1477: msi.restrict_subinventories_code,
1478: msi.restrict_locators_code,

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

1663: p_taskID => p_taskID,
1664: p_componentSeqID => c_recorded_comps.component_sequence_id,
1665: p_cmpTxnID => null,
1666: p_itemDescription => c_recorded_comps.description,
1667: p_locatorName => flm_util.get_key_flex_location(c_recorded_comps.supply_locator_id,p_orgID),
1668: p_revisionContolCode => c_recorded_comps.revision_qty_control_code,
1669: p_locationControlCode => c_recorded_comps.location_control_code,
1670: p_locatorProjectID => null,
1671: p_locatorTaskID => null);