DBA Data[Home] [Help]

APPS.WIP_AUTOSERIALPROC_PRIV dependencies on INV_CACHE

Line 372: inv_cache.get_serial_tagged(p_orgID, l_curItem.inventory_item_id, l_txnTypeId ) = WIP_CONSTANTS.NO_SER_TAGGED

368: (l_curItem.serial_number_control_code NOT IN(WIP_CONSTANTS.FULL_SN,
369: WIP_CONSTANTS.DYN_RCV_SN)
370: /* Bug 9907143: added for serial tagging enhancement for SUN */
371: AND
372: inv_cache.get_serial_tagged(p_orgID, l_curItem.inventory_item_id, l_txnTypeId ) = WIP_CONSTANTS.NO_SER_TAGGED
373: )
374: OR
375: l_curItem.transaction_action_id NOT IN(WIP_CONSTANTS.RETCOMP_ACTION)
376: ) THEN