DBA Data[Home] [Help]

APPS.ASO_INPUT_PARAM_DEBUG dependencies on ASO_INPUT_PARAM_DEBUG

Line 1: PACKAGE BODY ASO_INPUT_PARAM_DEBUG as

1: PACKAGE BODY ASO_INPUT_PARAM_DEBUG as
2: /* $Header: asovinpb.pls 120.3 2006/06/13 21:39:04 skulkarn noship $ */
3: PROCEDURE Print_quote_input
4: (P_Quote_Header_Rec IN ASO_QUOTE_PUB.Qte_Header_Rec_Type,
5: P_hd_Price_Attributes_Tbl IN ASO_QUOTE_PUB.Price_Attributes_Tbl_Type,

Line 26: aso_debug_pub.add('Start ASO_INPUT_PARAM_DEBUG.Print_quote_input',1,'Y');

22: BEGIN
23: IF aso_debug_pub.g_debug_flag = 'Y' THEN
24:
25: aso_debug_pub.add('*******************************************',1,'Y');
26: aso_debug_pub.add('Start ASO_INPUT_PARAM_DEBUG.Print_quote_input',1,'Y');
27: aso_debug_pub.add('*******************************************',1,'Y');
28:
29: -- Print Quote Header Rec
30: aso_debug_pub.add('Printing the Quote Header Record',1,'Y');

Line 1265: aso_debug_pub.add('End ASO_INPUT_PARAM_DEBUG.Print_quote_input',1,'Y');

1261: aso_debug_pub.add('----------------------------------------------------------------',1,'Y');
1262: end loop;
1263:
1264: aso_debug_pub.add('*******************************************',1,'Y');
1265: aso_debug_pub.add('End ASO_INPUT_PARAM_DEBUG.Print_quote_input',1,'Y');
1266: aso_debug_pub.add('*******************************************',1,'Y');
1267:
1268: END IF;
1269:

Line 1272: END ASO_INPUT_PARAM_DEBUG;

1268: END IF;
1269:
1270: END;
1271:
1272: END ASO_INPUT_PARAM_DEBUG;
1273: