DBA Data[Home] [Help]

APPS.ASO_IBY_FINANCE_CALLBACK dependencies on ASO_DEBUG_PUB

Line 60: ASO_DEBUG_PUB.G_Debug_Flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');

56: -- API body
57: --
58:
59: -- initialize G_Debug_Flag
60: ASO_DEBUG_PUB.G_Debug_Flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
61:
62: aso_iby_financing_pvt.update_status (
63: p_api_version => p_api_version,
64: p_init_msg_list => p_init_msg_list,

Line 76: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN

72: x_return_status => x_return_status,
73: x_msg_count => x_msg_count,
74: x_msg_data => x_msg_data
75: );
76: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
77: aso_debug_pub.ADD (
78: 'Update_Status: after Update_Status return_status: '|| x_return_status,
79: 1,
80: 'Y'

Line 77: aso_debug_pub.ADD (

73: x_msg_count => x_msg_count,
74: x_msg_data => x_msg_data
75: );
76: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
77: aso_debug_pub.ADD (
78: 'Update_Status: after Update_Status return_status: '|| x_return_status,
79: 1,
80: 'Y'
81: );