DBA Data[Home] [Help]

APPS.ASO_CFG_PUB dependencies on ASO_CFG_PUB

Line 1: PACKAGE BODY aso_cfg_pub as

1: PACKAGE BODY aso_cfg_pub as
2: /* $Header: asopcfgb.pls 120.1 2005/06/29 12:36:30 appldev ship $ */
3: -- Start of Comments
4: -- Package name : aso_cfg_pub
5: -- Purpose :

Line 4: -- Package name : aso_cfg_pub

1: PACKAGE BODY aso_cfg_pub as
2: /* $Header: asopcfgb.pls 120.1 2005/06/29 12:36:30 appldev ship $ */
3: -- Start of Comments
4: -- Package name : aso_cfg_pub
5: -- Purpose :
6: -- History :
7: -- NOTE :
8: -- End of Comments

Line 12: G_PKG_NAME CONSTANT VARCHAR2(30) := 'ASO_CFG_PUB';

8: -- End of Comments
9: --private variable declaration
10:
11:
12: G_PKG_NAME CONSTANT VARCHAR2(30) := 'ASO_CFG_PUB';
13: G_FILE_NAME CONSTANT VARCHAR2(12) := 'asopcfgb.pls';
14:
15:
16: PROCEDURE Get_config_details(

Line 95: aso_debug_pub.add( 'ASO_CFG_PUB: GET_CONFIG_DETAILS start %%%%%%%%%%%%%%%%%%%', 1, 'Y' );

91:
92: END IF;
93:
94: IF aso_debug_pub.g_debug_flag = 'Y' THEN
95: aso_debug_pub.add( 'ASO_CFG_PUB: GET_CONFIG_DETAILS start %%%%%%%%%%%%%%%%%%%', 1, 'Y' );
96: END IF;
97:
98: -- Initialize message list if p_init_msg_list is set to TRUE.
99: IF FND_API.to_Boolean( p_init_msg_list ) THEN

Line 141: aso_debug_pub.add( 'ASO_CFG_PUB: GET_CONFIG_DETAILS End %%%%%%%%%%%%%%%%%%%', 1, 'Y' );

137: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count,
138: p_data => x_msg_data);
139:
140: IF aso_debug_pub.g_debug_flag = 'Y' THEN
141: aso_debug_pub.add( 'ASO_CFG_PUB: GET_CONFIG_DETAILS End %%%%%%%%%%%%%%%%%%%', 1, 'Y' );
142: END IF;
143:
144: EXCEPTION
145: WHEN FND_API.G_EXC_ERROR THEN

Line 207: aso_debug_pub.add('ASO_CFG_PUB: pricing_callback_manual: Start %%%%%%%%%%%%%%%%%%%%' , 1, 'Y' );

203: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
204:
205: IF aso_debug_pub.g_debug_flag = 'Y' THEN
206:
207: aso_debug_pub.add('ASO_CFG_PUB: pricing_callback_manual: Start %%%%%%%%%%%%%%%%%%%%' , 1, 'Y' );
208: aso_debug_pub.add('pricing_callback_manual: p_config_session_key: ' || p_config_session_key);
209: aso_debug_pub.add('pricing_callback_manual: p_price_type: ' || p_price_type);
210:
211: END IF;

Line 225: aso_debug_pub.add('ASO_CFG_PUB: pricing_callback_manual End %%%%%%%%%%%%%%%%%%%%', 1, 'Y' );

221: x_total_price => x_total_price);
222:
223: IF aso_debug_pub.g_debug_flag = 'Y' THEN
224:
225: aso_debug_pub.add('ASO_CFG_PUB: pricing_callback_manual End %%%%%%%%%%%%%%%%%%%%', 1, 'Y' );
226:
227: END IF;
228:
229: End pricing_callback_manual;

Line 232: End aso_cfg_pub;

228:
229: End pricing_callback_manual;
230:
231:
232: End aso_cfg_pub;