DBA Data[Home] [Help]

APPS.CSI_PROCESS_TXN_PVT dependencies on INV_CACHE

Line 59: -- Call inv_cache.get_serial_tagged to fetch serial tagging control

55: ELSE
56: l_mtl_txn_type_id := p_inv_txn_typeid_from_cs;
57: END IF;
58:
59: -- Call inv_cache.get_serial_tagged to fetch serial tagging control
60: -- 1 Not Serial Tagged
61: -- 2 Serial Tagged
62: l_serial_tag_control := inv_cache.get_serial_tagged (
63: p_organization_id => p_organization_id,

Line 62: l_serial_tag_control := inv_cache.get_serial_tagged (

58:
59: -- Call inv_cache.get_serial_tagged to fetch serial tagging control
60: -- 1 Not Serial Tagged
61: -- 2 Serial Tagged
62: l_serial_tag_control := inv_cache.get_serial_tagged (
63: p_organization_id => p_organization_id,
64: p_inventory_item_id => p_inventory_item_id,
65: p_transaction_type_id => l_mtl_txn_type_id);
66: debug('l_serial_tag_control - ' || l_serial_tag_control);