DBA Data[Home] [Help]

APPS.CSI_INV_INTERORG_PKG dependencies on CSI_T_GEN_UTILITY_PVT

Line 7: csi_t_gen_utility_pvt.add(p_message);

3:
4: PROCEDURE debug(p_message IN varchar2) IS
5:
6: BEGIN
7: csi_t_gen_utility_pvt.add(p_message);
8: EXCEPTION
9: WHEN others THEN
10: null;
11: END debug;

Line 551: csi_t_gen_utility_pvt.dump_instance_query_rec(l_instance_query_rec);

547: l_serial_number := NULL;
548: l_quantity := abs(l_mtl_item_tbl(j).transaction_quantity);
549:
550: debug('Since the Shipping Code is 2 or 5 and the Receiving is 1 Look for Non Serial In Transit');
551: csi_t_gen_utility_pvt.dump_instance_query_rec(l_instance_query_rec);
552:
553: debug('Before Get Item Instance for Dest Non Serialized Instance-11');
554:
555: csi_item_instance_pub.get_item_instances(l_api_version,