DBA Data[Home] [Help]

APPS.CSI_SYSTEMS_PUB dependencies on CSI_GEN_UTILITY_PVT

Line 72: CSI_gen_utility_pvt.put_line( 'get_systems');

68:
69: l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
70: -- if debug_level = 1 then dump the procedure name
71: IF (l_debug_level > 0) THEN
72: CSI_gen_utility_pvt.put_line( 'get_systems');
73: END IF;
74:
75: -- IF the debug level = 2 THEN dump all the parameters values.
76: IF (l_debug_level > 1) THEN

Line 77: CSI_gen_utility_pvt.put_line(

73: END IF;
74:
75: -- IF the debug level = 2 THEN dump all the parameters values.
76: IF (l_debug_level > 1) THEN
77: CSI_gen_utility_pvt.put_line(
78: p_api_version ||'-'||
79: p_commit ||'-'||
80: p_init_msg_list ||'-'||
81: p_validation_level ||'-'||

Line 85: csi_gen_utility_pvt.dump_sys_query_rec(p_system_query_rec);

81: p_validation_level ||'-'||
82: p_time_stamp );
83:
84: -- dump the system query records
85: csi_gen_utility_pvt.dump_sys_query_rec(p_system_query_rec);
86: END IF;
87:
88: /***** srramakr commented for bug # 3304439
89: -- check for the profile option and enable trace

Line 90: l_flag:=csi_gen_utility_pvt.enable_trace(l_trace_flag => l_flag);

86: END IF;
87:
88: /***** srramakr commented for bug # 3304439
89: -- check for the profile option and enable trace
90: l_flag:=csi_gen_utility_pvt.enable_trace(l_trace_flag => l_flag);
91: -- end enable trace
92: ****/
93:
94: --

Line 224: CSI_gen_utility_pvt.put_line( 'create_system');

220:
221: l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
222: -- if debug_level = 1 then dump the procedure name
223: IF (l_debug_level > 0) THEN
224: CSI_gen_utility_pvt.put_line( 'create_system');
225: END IF;
226:
227: -- if the debug level = 2 then dump all the parameters values.
228: IF (l_debug_level > 1) THEN

Line 231: CSI_gen_utility_pvt.put_line(

227: -- if the debug level = 2 then dump all the parameters values.
228: IF (l_debug_level > 1) THEN
229:
230:
231: CSI_gen_utility_pvt.put_line(
232: p_api_version ||'-'||
233: p_commit ||'-'||
234: p_init_msg_list ||'-'||
235: p_validation_level );

Line 238: csi_gen_utility_pvt.dump_sys_rec(p_system_rec);

234: p_init_msg_list ||'-'||
235: p_validation_level );
236:
237: -- dump the systems query records
238: csi_gen_utility_pvt.dump_sys_rec(p_system_rec);
239: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
240:
241: END IF;
242:

Line 239: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

235: p_validation_level );
236:
237: -- dump the systems query records
238: csi_gen_utility_pvt.dump_sys_rec(p_system_rec);
239: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
240:
241: END IF;
242:
243: /***** srramakr commented for bug # 3304439

Line 245: l_flag:=csi_gen_utility_pvt.enable_trace(l_trace_flag => l_flag);

241: END IF;
242:
243: /***** srramakr commented for bug # 3304439
244: -- check for the profile option and enable trace
245: l_flag:=csi_gen_utility_pvt.enable_trace(l_trace_flag => l_flag);
246: -- END enable trace
247: ****/
248:
249: -- calling private package: create_system

Line 380: CSI_gen_utility_pvt.put_line( 'update_system');

376:
377: l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
378: -- if debug_level = 1 then dump the procedure name
379: IF (l_debug_level > 0) THEN
380: CSI_gen_utility_pvt.put_line( 'update_system');
381: END IF;
382:
383: -- if the debug level = 2 then dump all the parameters values.
384: IF (l_debug_level > 1) THEN

Line 387: CSI_gen_utility_pvt.put_line(

383: -- if the debug level = 2 then dump all the parameters values.
384: IF (l_debug_level > 1) THEN
385:
386:
387: CSI_gen_utility_pvt.put_line(
388: p_api_version ||'-'||
389: p_commit ||'-'||
390: p_init_msg_list ||'-'||
391: p_validation_level );

Line 394: csi_gen_utility_pvt.dump_sys_rec(p_system_rec);

390: p_init_msg_list ||'-'||
391: p_validation_level );
392:
393: -- dump the systems query records
394: csi_gen_utility_pvt.dump_sys_rec(p_system_rec);
395: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
396:
397: END IF;
398:

Line 395: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

391: p_validation_level );
392:
393: -- dump the systems query records
394: csi_gen_utility_pvt.dump_sys_rec(p_system_rec);
395: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
396:
397: END IF;
398:
399: /***** srramakr commented for bug # 3304439

Line 401: l_flag:=csi_gen_utility_pvt.enable_trace(l_trace_flag => l_flag);

397: END IF;
398:
399: /***** srramakr commented for bug # 3304439
400: -- check for the profile option and enable trace
401: l_flag:=csi_gen_utility_pvt.enable_trace(l_trace_flag => l_flag);
402: -- END enable trace
403: ****/
404:
405: csi_systems_pvt.update_system(

Line 532: CSI_gen_utility_pvt.put_line( 'update_system');

528:
529: l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
530: -- if debug_level = 1 then dump the procedure name
531: IF (l_debug_level > 0) THEN
532: CSI_gen_utility_pvt.put_line( 'update_system');
533: END IF;
534:
535: -- if the debug level = 2 then dump all the parameters values.
536: IF (l_debug_level > 1) THEN

Line 539: CSI_gen_utility_pvt.put_line(

535: -- if the debug level = 2 then dump all the parameters values.
536: IF (l_debug_level > 1) THEN
537:
538:
539: CSI_gen_utility_pvt.put_line(
540: p_api_version ||'-'||
541: p_commit ||'-'||
542: p_init_msg_list ||'-'||
543: p_validation_level

Line 547: csi_gen_utility_pvt.dump_sys_rec(p_system_rec);

543: p_validation_level
544: );
545:
546: -- dump the systems query records
547: csi_gen_utility_pvt.dump_sys_rec(p_system_rec);
548: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
549:
550:
551: END IF;

Line 548: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

544: );
545:
546: -- dump the systems query records
547: csi_gen_utility_pvt.dump_sys_rec(p_system_rec);
548: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
549:
550:
551: END IF;
552:

Line 555: l_flag:=csi_gen_utility_pvt.enable_trace(l_trace_flag => l_flag);

551: END IF;
552:
553: /***** srramakr commented for bug # 3304439
554: -- check for the profile option and enable trace
555: l_flag:=csi_gen_utility_pvt.enable_trace(l_trace_flag => l_flag);
556: -- end enable trace
557: ****/
558:
559: csi_systems_pvt.expire_system(