DBA Data[Home] [Help]

APPS.ASO_QUOTE_TMPL_INT dependencies on ASO_DEBUG_PUB

Line 78: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');

74:
75: -- Standard Start of API savepoint
76: SAVEPOINT Add_Template_To_Quote_INT;
77:
78: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
79:
80: IF aso_debug_pub.g_debug_flag = 'Y' THEN
81: aso_debug_pub.add('****** Start of Add_Template_To_Quote API ******', 1, 'Y');
82: END IF;

Line 80: IF aso_debug_pub.g_debug_flag = 'Y' THEN

76: SAVEPOINT Add_Template_To_Quote_INT;
77:
78: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
79:
80: IF aso_debug_pub.g_debug_flag = 'Y' THEN
81: aso_debug_pub.add('****** Start of Add_Template_To_Quote API ******', 1, 'Y');
82: END IF;
83:
84: -- Standard call to check for call compatibility.

Line 81: aso_debug_pub.add('****** Start of Add_Template_To_Quote API ******', 1, 'Y');

77:
78: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
79:
80: IF aso_debug_pub.g_debug_flag = 'Y' THEN
81: aso_debug_pub.add('****** Start of Add_Template_To_Quote API ******', 1, 'Y');
82: END IF;
83:
84: -- Standard call to check for call compatibility.
85: IF NOT FND_API.Compatible_API_Call(

Line 120: IF aso_debug_pub.g_debug_flag = 'Y' THEN

116: );
117:
118:
119: -- End of API body
120: IF aso_debug_pub.g_debug_flag = 'Y' THEN
121: aso_debug_pub.add('****** End of Add_Template_To_Quote API ******', 1, 'Y');
122: END IF;
123:
124: IF x_return_status = FND_API.G_RET_STS_ERROR THEN

Line 121: aso_debug_pub.add('****** End of Add_Template_To_Quote API ******', 1, 'Y');

117:
118:
119: -- End of API body
120: IF aso_debug_pub.g_debug_flag = 'Y' THEN
121: aso_debug_pub.add('****** End of Add_Template_To_Quote API ******', 1, 'Y');
122: END IF;
123:
124: IF x_return_status = FND_API.G_RET_STS_ERROR THEN
125: RAISE FND_API.G_EXC_ERROR;