DBA Data[Home] [Help]

APPS.CSI_PRICING_ATTRIBS_PVT dependencies on CSI_GEN_UTILITY_PVT

Line 849: csi_gen_utility_pvt.put_line('Processing Next..');

845: -- FND_MESSAGE.SET_TOKEN('CREATION_DATE',to_char(l_time_stamp, 'DD-MON-YYYY HH24:MI:SS'));
846: -- FND_MESSAGE.SET_TOKEN('USER_DATE',to_char(p_time_stamp, 'DD-MON-YYYY HH24:MI:SS'));
847: -- FND_MSG_PUB.Add;
848: l_pri_tbl.DELETE(i);
849: csi_gen_utility_pvt.put_line('Processing Next..');
850: RAISE Process_next;
851: END IF;
852: END IF;
853:

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

1999: l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2000:
2001: -- If debug_level = 1 then dump the procedure name
2002: IF (l_debug_level > 0) THEN
2003: csi_gen_utility_pvt.put_line( 'create_pricing_attribs');
2004: END IF;
2005:
2006:
2007: -- If the debug level = 2 then dump all the parameters values.

Line 2009: csi_gen_utility_pvt.put_line(

2005:
2006:
2007: -- If the debug level = 2 then dump all the parameters values.
2008: IF (l_debug_level > 1) THEN
2009: csi_gen_utility_pvt.put_line(
2010: p_api_version ||'-'
2011: || p_commit ||'-'
2012: || p_init_msg_list ||'-'
2013: || p_validation_level );

Line 2015: csi_gen_utility_pvt.dump_pricing_attribs_rec(p_pricing_attribs_rec);

2011: || p_commit ||'-'
2012: || p_init_msg_list ||'-'
2013: || p_validation_level );
2014: -- Dump pricing_attribs_rec
2015: csi_gen_utility_pvt.dump_pricing_attribs_rec(p_pricing_attribs_rec);
2016: -- Dump txn_rec
2017: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
2018: END IF;
2019:

Line 2017: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

2013: || p_validation_level );
2014: -- Dump pricing_attribs_rec
2015: csi_gen_utility_pvt.dump_pricing_attribs_rec(p_pricing_attribs_rec);
2016: -- Dump txn_rec
2017: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
2018: END IF;
2019:
2020:
2021: -- Start API body

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

2614: l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
2615:
2616: -- If debug_level = 1 then dump the procedure name
2617: IF (l_debug_level > 0) THEN
2618: csi_gen_utility_pvt.put_line( 'update_pricing_attribs');
2619: END IF;
2620:
2621:
2622: -- If the debug level = 2 then dump all the parameters values.

Line 2624: csi_gen_utility_pvt.put_line(

2620:
2621:
2622: -- If the debug level = 2 then dump all the parameters values.
2623: IF (l_debug_level > 1) THEN
2624: csi_gen_utility_pvt.put_line(
2625: p_api_version ||'-'
2626: || p_commit ||'-'
2627: || p_init_msg_list ||'-'
2628: || p_validation_level );

Line 2630: csi_gen_utility_pvt.dump_pricing_attribs_rec(p_pricing_attribs_rec);

2626: || p_commit ||'-'
2627: || p_init_msg_list ||'-'
2628: || p_validation_level );
2629: -- Dump pricing_attribs_rec
2630: csi_gen_utility_pvt.dump_pricing_attribs_rec(p_pricing_attribs_rec);
2631: -- Dump txn_rec
2632: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
2633: END IF;
2634:

Line 2632: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

2628: || p_validation_level );
2629: -- Dump pricing_attribs_rec
2630: csi_gen_utility_pvt.dump_pricing_attribs_rec(p_pricing_attribs_rec);
2631: -- Dump txn_rec
2632: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
2633: END IF;
2634:
2635:
2636: -- Start API body

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

2871: x_msg_data := FND_MSG_PUB.GET
2872: (l_msg_index,
2873: FND_API.G_FALSE );
2874:
2875: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
2876: l_msg_index := l_msg_index + 1;
2877: l_msg_count := l_msg_count - 1;
2878: END LOOP;
2879: RAISE FND_API.G_EXC_ERROR;

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

7392: l_debug_level:=fnd_profile.value('CSI_DEBUG_LEVEL');
7393:
7394: -- If debug_level = 1 then dump the procedure name
7395: IF (l_debug_level > 0) THEN
7396: csi_gen_utility_pvt.put_line( 'expire_pricing_attribs');
7397: END IF;
7398:
7399: -- If the debug level = 2 then dump all the parameters values.
7400: IF (l_debug_level > 1) THEN

Line 7401: csi_gen_utility_pvt.put_line(

7397: END IF;
7398:
7399: -- If the debug level = 2 then dump all the parameters values.
7400: IF (l_debug_level > 1) THEN
7401: csi_gen_utility_pvt.put_line(
7402: p_api_version ||'-'
7403: || p_commit ||'-'
7404: || p_init_msg_list ||'-'
7405: || p_validation_level);

Line 7407: csi_gen_utility_pvt.dump_pricing_attribs_rec(p_pricing_attribs_rec);

7403: || p_commit ||'-'
7404: || p_init_msg_list ||'-'
7405: || p_validation_level);
7406: -- Dump pricing attribute rec
7407: csi_gen_utility_pvt.dump_pricing_attribs_rec(p_pricing_attribs_rec);
7408: -- Dump txn_rec
7409: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
7410: END IF;
7411:

Line 7409: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);

7405: || p_validation_level);
7406: -- Dump pricing attribute rec
7407: csi_gen_utility_pvt.dump_pricing_attribs_rec(p_pricing_attribs_rec);
7408: -- Dump txn_rec
7409: csi_gen_utility_pvt.dump_txn_rec(p_txn_rec);
7410: END IF;
7411:
7412:
7413: -- Start API body

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

7564: x_msg_data := FND_MSG_PUB.GET
7565: ( l_msg_index,
7566: FND_API.G_FALSE );
7567:
7568: csi_gen_utility_pvt.put_line('message data = '||x_msg_data);
7569: l_msg_index := l_msg_index + 1;
7570: l_msg_count := l_msg_count - 1;
7571: END LOOP;
7572: RAISE FND_API.G_EXC_ERROR;