DBA Data[Home] [Help]

APPS.PA_ACTION_SETS_PKG dependencies on FND_PROFILE

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

42: -- Initialize the return status to success
43: x_return_status := FND_API.G_RET_STS_SUCCESS;
44:
45: -- Bug 4403338
46: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
47:
48: --Log Message: 4403338
49: IF l_debug_mode = 'Y' THEN
50: PA_DEBUG.write_log (x_module => 'pa.plsql.PA_ACTION_SET_Pkg.insert_row.begin'

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

178: -- Initialize the return status to success
179: x_return_status := FND_API.G_RET_STS_SUCCESS;
180:
181: -- Bug 4403338
182: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
183:
184: --Log Message: 4403338
185: IF l_debug_mode = 'Y' THEN
186: PA_DEBUG.write_log (x_module => 'pa.plsql.PA_ACTION_SETS_Pkg.update_row.begin'