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.12010000.4 2009/08/04 09:23:54 akushwah ship $ */
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 1281: aso_debug_pub.add('End ASO_INPUT_PARAM_DEBUG.Print_quote_input',1,'Y');

1277: aso_debug_pub.add('----------------------------------------------------------------',1,'Y');
1278: end loop;
1279:
1280: aso_debug_pub.add('*******************************************',1,'Y');
1281: aso_debug_pub.add('End ASO_INPUT_PARAM_DEBUG.Print_quote_input',1,'Y');
1282: aso_debug_pub.add('*******************************************',1,'Y');
1283:
1284: END IF;
1285:

Line 1288: END ASO_INPUT_PARAM_DEBUG;

1284: END IF;
1285:
1286: END;
1287:
1288: END ASO_INPUT_PARAM_DEBUG;
1289: