DBA Data[Home] [Help]

APPS.ASO_COPY_QUOTE_PUB dependencies on FND_PROFILE

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

34:
35: -- Standard Start of API savepoint
36: SAVEPOINT Copy_Quote_PUB;
37:
38: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
39:
40: -- Standard call to check for call compatibility.
41: IF NOT FND_API.Compatible_API_Call ( l_api_version,
42: p_api_version_number,

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

159:
160: -- Standard Start of API savepoint
161: SAVEPOINT Copy_Line_PUB;
162:
163: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
164:
165: -- Standard call to check for call compatibility.
166: IF NOT FND_API.Compatible_API_Call ( l_api_version,
167: p_api_version_number,