DBA Data[Home] [Help]

APPS.PA_ACTION_SET_LINES_PKG dependencies on FND_PROFILE

Line 35: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

31: -- Initialize the return status to success
32: x_return_status := FND_API.G_RET_STS_SUCCESS;
33:
34: -- Bug 4403338
35: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
36:
37: --Log Message - 4403338
38: IF l_debug_mode = 'Y' THEN
39: PA_DEBUG.write_log (x_module => 'pa.plsql.PA_ACTION_SET_Pkg.insert_row.begin'

Line 143: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

139: -- Initialize the return status to success
140: x_return_status := FND_API.G_RET_STS_SUCCESS;
141:
142: -- Bug 4403338
143: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
144:
145: --Log Message - 4403338
146: IF l_debug_mode = 'Y' THEN
147: PA_DEBUG.write_log (x_module => 'pa.plsql.PA_ACTION_SET_LINES_Pkg.update_row.begin'