DBA Data[Home] [Help]

APPS.ASO_SPLIT_LINE_INT dependencies on FND_PROFILE

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

35: where quote_line_id = p_qte_line_id;
36:
37: Begin
38:
39: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
40:
41:
42: x_return_status := fnd_api.g_ret_sts_success;
43:

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

140: where quote_line_id = p_original_qte_line_rec.quote_line_id;
141:
142: Begin
143:
144: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
145:
146:
147: --Standard Start of API savepoint
148: SAVEPOINT SPLIT_QUOTE_LINE_INT;