DBA Data[Home] [Help]

APPS.CSI_WIP_TRXS_PKG dependencies on INV_CACHE

Line 2915: l_serial_tag_control := inv_cache.get_serial_tagged (

2911: -- Get serial tagging control 9977630
2912: --
2913: BEGIN
2914: -- Get serial tagging for 35 - WIP issue material transaction type
2915: l_serial_tag_control := inv_cache.get_serial_tagged (
2916: p_organization_id => p_txn_ref.organization_id,
2917: p_inventory_item_id => l_requirements_tbl(l_ind).inventory_item_id,
2918: p_transaction_type_id => 35);
2919:

Line 3329: l_serial_tag_control := inv_cache.get_serial_tagged (

3325: -- Get serial Tagging control
3326: --
3327: BEGIN
3328: -- Get serial tagging for 35 - WIP issue material transaction type
3329: l_serial_tag_control := inv_cache.get_serial_tagged (
3330: p_organization_id => p_txn_ref.organization_id,
3331: p_inventory_item_id => p_txn_ref.inventory_item_id,
3332: p_transaction_type_id => 35);
3333: