DBA Data[Home] [Help]

APPS.CSI_INV_TXN_HOOK_PKG dependencies on CSI_T_GEN_UTILITY_PVT

Line 4: l_debug NUMBER := csi_t_gen_utility_pvt.g_debug_level;

1: package body CSI_INV_TXN_HOOK_PKG AS
2: /* $Header: csiinvtb.pls 120.9 2006/06/19 17:42:17 jpwilson noship $ */
3:
4: l_debug NUMBER := csi_t_gen_utility_pvt.g_debug_level;
5:
6: PROCEDURE debug(
7: p_message IN varchar2)
8: IS

Line 10: csi_t_gen_utility_pvt.add(p_message);

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

Line 111: csi_t_gen_utility_pvt.build_file_name(

107:
108: -- Initialize to Success so Oracle Inventory processing will not error
109: x_return_status := l_fnd_success;
110:
111: csi_t_gen_utility_pvt.build_file_name(
112: p_file_segment1 => 'csiinv',
113: p_file_segment2 => 'hook');
114:
115: debug('***** start of ib hook '||to_char(sysdate,'dd-mon-yyyy hh24:mi:ss')||' *****');

Line 1869: csi_t_gen_utility_pvt.build_file_name(

1865: END IF; -- if trackable item
1866:
1867: x_return_status := l_fnd_success;
1868:
1869: csi_t_gen_utility_pvt.build_file_name(
1870: p_file_segment1 => 'csiinv',
1871: p_file_segment2 => 'hook');
1872:
1873: debug('***** end of ib hook '||to_char(sysdate,'dd-mon-yyyy hh24:mi:ss')||' *****');