DBA Data[Home] [Help]

APPS.CSI_PRICING_ATTRIBS_PUB dependencies on CSI_GEN_UTILITY_PVT

Line 72: csi_gen_utility_pvt.put_line( 'get_pricing_attribs');

68: l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
69:
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_pricing_attribs');
73: END IF;
74:
75:
76: -- If the debug level = 2 then dump all the parameters values.

Line 78: csi_gen_utility_pvt.put_line( p_api_version ||'-'

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

Line 85: csi_gen_utility_pvt.dump_pricing_attribs_query_rec(p_pricing_attribs_query_rec);

81: || p_validation_level ||'-'
82: || p_time_stamp );
83:
84: -- Dump pricing_attribs_rec
85: csi_gen_utility_pvt.dump_pricing_attribs_query_rec(p_pricing_attribs_query_rec);
86: END IF;
87:
88: /***** srramakr commented for bug # 3304439
89: -- Check for the profile option and enable trace

Line 90: l_trace_enable_flag:=CSI_GEN_UTILITY_PVT.enable_trace(l_trace_flag => l_trace_enable_flag);

86: END IF;
87:
88: /***** srramakr commented for bug # 3304439
89: -- Check for the profile option and enable trace
90: l_trace_enable_flag:=CSI_GEN_UTILITY_PVT.enable_trace(l_trace_flag => l_trace_enable_flag);
91: -- End enable trace
92: *****/
93:
94: -- Start API body

Line 281: csi_gen_utility_pvt.put_line( 'create_pricing_attribs');

277: l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
278:
279: -- If debug_level = 1 then dump the procedure name
280: IF (l_debug_level > 0) THEN
281: csi_gen_utility_pvt.put_line( 'create_pricing_attribs');
282: END IF;
283:
284:
285: -- If the debug level = 2 then dump all the parameters values.

Line 287: csi_gen_utility_pvt.put_line( p_api_version ||'-'

283:
284:
285: -- If the debug level = 2 then dump all the parameters values.
286: IF (l_debug_level > 1) THEN
287: csi_gen_utility_pvt.put_line( p_api_version ||'-'
288: || p_commit ||'-'
289: || p_init_msg_list ||'-'
290: || p_validation_level );
291: -- Dump pricing_attribs_tbl

Line 292: csi_gen_utility_pvt.dump_pricing_attribs_tbl(p_pricing_attribs_tbl);

288: || p_commit ||'-'
289: || p_init_msg_list ||'-'
290: || p_validation_level );
291: -- Dump pricing_attribs_tbl
292: csi_gen_utility_pvt.dump_pricing_attribs_tbl(p_pricing_attribs_tbl);
293: -- Dump txn_rec
294: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
295:
296: END IF;

Line 294: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

290: || p_validation_level );
291: -- Dump pricing_attribs_tbl
292: csi_gen_utility_pvt.dump_pricing_attribs_tbl(p_pricing_attribs_tbl);
293: -- Dump txn_rec
294: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
295:
296: END IF;
297:
298: /***** srramakr commented for bug # 3304439

Line 300: l_trace_enable_flag:=CSI_GEN_UTILITY_PVT.enable_trace(l_trace_flag => l_trace_enable_flag);

296: END IF;
297:
298: /***** srramakr commented for bug # 3304439
299: -- Check for the profile option and enable trace
300: l_trace_enable_flag:=CSI_GEN_UTILITY_PVT.enable_trace(l_trace_flag => l_trace_enable_flag);
301: -- End enable trace
302: ****/
303:
304: -- Start API body

Line 330: csi_gen_utility_pvt.put_line( ' Failed Pub:create_pricing_attribs..');

326: x_msg_data := FND_MSG_PUB.GET
327: ( l_msg_index,
328: FND_API.G_FALSE );
329:
330: csi_gen_utility_pvt.put_line( ' Failed Pub:create_pricing_attribs..');
331: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
332: l_msg_index := l_msg_index + 1;
333: l_msg_count := l_msg_count - 1;
334: END LOOP;

Line 331: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);

327: ( l_msg_index,
328: FND_API.G_FALSE );
329:
330: csi_gen_utility_pvt.put_line( ' Failed Pub:create_pricing_attribs..');
331: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
332: l_msg_index := l_msg_index + 1;
333: l_msg_count := l_msg_count - 1;
334: END LOOP;
335: RAISE FND_API.G_EXC_ERROR;

Line 468: csi_gen_utility_pvt.put_line( 'update_pricing_attribs');

464:
465:
466: -- If debug_level = 1 then dump the procedure name
467: IF (l_debug_level > 0) THEN
468: csi_gen_utility_pvt.put_line( 'update_pricing_attribs');
469: END IF;
470:
471:
472: -- If the debug level = 2 then dump all the parameters values.

Line 474: csi_gen_utility_pvt.put_line( p_api_version ||'-'

470:
471:
472: -- If the debug level = 2 then dump all the parameters values.
473: IF (l_debug_level > 1) THEN
474: csi_gen_utility_pvt.put_line( p_api_version ||'-'
475: || p_commit ||'-'
476: || p_init_msg_list ||'-'
477: || p_validation_level);
478: -- Dump pricing_attribs_tbl

Line 479: csi_gen_utility_pvt.dump_pricing_attribs_tbl(p_pricing_attribs_tbl);

475: || p_commit ||'-'
476: || p_init_msg_list ||'-'
477: || p_validation_level);
478: -- Dump pricing_attribs_tbl
479: csi_gen_utility_pvt.dump_pricing_attribs_tbl(p_pricing_attribs_tbl);
480: -- Dump txn_rec
481: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
482: END IF;
483:

Line 481: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

477: || p_validation_level);
478: -- Dump pricing_attribs_tbl
479: csi_gen_utility_pvt.dump_pricing_attribs_tbl(p_pricing_attribs_tbl);
480: -- Dump txn_rec
481: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
482: END IF;
483:
484: /***** srramakr commented for bug # 3304439
485: -- Check for the profile option and enable trace

Line 486: l_trace_enable_flag:=CSI_GEN_UTILITY_PVT.enable_trace(l_trace_flag => l_trace_enable_flag);

482: END IF;
483:
484: /***** srramakr commented for bug # 3304439
485: -- Check for the profile option and enable trace
486: l_trace_enable_flag:=CSI_GEN_UTILITY_PVT.enable_trace(l_trace_flag => l_trace_enable_flag);
487: -- End enable trace
488: ****/
489:
490: -- Start API body

Line 516: csi_gen_utility_pvt.put_line( ' Failed Pub:update_pricing_attribs..');

512: x_msg_data := FND_MSG_PUB.GET
513: (l_msg_index,
514: FND_API.G_FALSE );
515:
516: csi_gen_utility_pvt.put_line( ' Failed Pub:update_pricing_attribs..');
517: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
518: l_msg_index := l_msg_index + 1;
519: l_msg_count := l_msg_count - 1;
520: END LOOP;

Line 517: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);

513: (l_msg_index,
514: FND_API.G_FALSE );
515:
516: csi_gen_utility_pvt.put_line( ' Failed Pub:update_pricing_attribs..');
517: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
518: l_msg_index := l_msg_index + 1;
519: l_msg_count := l_msg_count - 1;
520: END LOOP;
521: RAISE FND_API.G_EXC_ERROR;

Line 651: csi_gen_utility_pvt.put_line( 'expire_pricing_attribs');

647: l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
648:
649: -- If debug_level = 1 then dump the procedure name
650: IF (l_debug_level > 0) THEN
651: csi_gen_utility_pvt.put_line( 'expire_pricing_attribs');
652: END IF;
653:
654:
655: -- If the debug level = 2 then dump all the parameters values.

Line 657: csi_gen_utility_pvt.put_line( p_api_version ||'-'

653:
654:
655: -- If the debug level = 2 then dump all the parameters values.
656: IF (l_debug_level > 1) THEN
657: csi_gen_utility_pvt.put_line( p_api_version ||'-'
658: || p_commit ||'-'
659: || p_init_msg_list ||'-'
660: || p_validation_level );
661:

Line 663: csi_gen_utility_pvt.dump_pricing_attribs_tbl(p_pricing_attribs_tbl);

659: || p_init_msg_list ||'-'
660: || p_validation_level );
661:
662: -- Dump pricing_attribs_tbl
663: csi_gen_utility_pvt.dump_pricing_attribs_tbl(p_pricing_attribs_tbl);
664: -- Dump txn_rec
665: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
666:
667: END IF;

Line 665: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

661:
662: -- Dump pricing_attribs_tbl
663: csi_gen_utility_pvt.dump_pricing_attribs_tbl(p_pricing_attribs_tbl);
664: -- Dump txn_rec
665: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
666:
667: END IF;
668:
669: /***** srramakr commented for bug # 3304439

Line 671: l_trace_enable_flag:=CSI_GEN_UTILITY_PVT.enable_trace(l_trace_flag => l_trace_enable_flag);

667: END IF;
668:
669: /***** srramakr commented for bug # 3304439
670: -- Check for the profile option and enable trace
671: l_trace_enable_flag:=CSI_GEN_UTILITY_PVT.enable_trace(l_trace_flag => l_trace_enable_flag);
672: -- End enable trace
673: ****/
674:
675: -- Start API body

Line 700: csi_gen_utility_pvt.put_line( ' Failed Pub:expire_pricing_attribs..');

696: x_msg_data := FND_MSG_PUB.GET
697: (l_msg_index,
698: FND_API.G_FALSE );
699:
700: csi_gen_utility_pvt.put_line( ' Failed Pub:expire_pricing_attribs..');
701: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
702: l_msg_index := l_msg_index + 1;
703: l_msg_count := l_msg_count - 1;
704: END LOOP;

Line 701: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);

697: (l_msg_index,
698: FND_API.G_FALSE );
699:
700: csi_gen_utility_pvt.put_line( ' Failed Pub:expire_pricing_attribs..');
701: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
702: l_msg_index := l_msg_index + 1;
703: l_msg_count := l_msg_count - 1;
704: END LOOP;
705: RAISE FND_API.G_EXC_ERROR;