DBA Data[Home] [Help]

APPS.PA_ACTION_SETS_PUB dependencies on FND_PROFILE

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

48: -- Initialize the Error Stack
49: PA_DEBUG.init_err_stack('PA_ACTION_SETS_PUB.Create_Action_Set');
50:
51: -- Bug 4403338
52: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
53:
54: -- Initialize the return status to success
55: x_return_status := FND_API.G_RET_STS_SUCCESS;
56:

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

193: -- Initialize the Error Stack
194: PA_DEBUG.init_err_stack('PA_ACTION_SETS_PUB.Update_Action_Set');
195:
196: -- Bug 4403338
197: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
198:
199: -- Initialize the return status to success
200: x_return_status := FND_API.G_RET_STS_SUCCESS;
201:

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

344: -- Initialize the Error Stack
345: PA_DEBUG.init_err_stack('PA_ACTION_SETS_PUB.Delete_Action_Set');
346:
347: -- Bug 4403338
348: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
349:
350: -- Initialize the return status to success
351: x_return_status := FND_API.G_RET_STS_SUCCESS;
352:

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

490: -- Initialize the Error Stack
491: PA_DEBUG.init_err_stack('PA_ACTION_SETS_PUB.Create_Action_Set_Line');
492:
493: -- Bug 4403338
494: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
495:
496: -- Initialize the return status to success
497: x_return_status := FND_API.G_RET_STS_SUCCESS;
498:

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

614: -- Initialize the Error Stack
615: PA_DEBUG.init_err_stack('PA_ACTION_SETS_PUB.Update_Action_Set_Line');
616:
617: -- Bug 4403338
618: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
619:
620: -- Initialize the return status to success
621: x_return_status := FND_API.G_RET_STS_SUCCESS;
622:

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

723: -- Initialize the Error Stack
724: PA_DEBUG.init_err_stack('PA_ACTION_SETS_PUB.Delete_Action_Set_Line');
725:
726: -- Bug 4403338
727: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
728:
729: -- Initialize the return status to success
730: x_return_status := FND_API.G_RET_STS_SUCCESS;
731:

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

854: -- Initialize the Error Stack
855: PA_DEBUG.init_err_stack('PA_ACTION_SETS_PUB.Apply_Action_Set');
856:
857: -- Bug 4403338
858: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
859:
860: -- Initialize the return status to success
861: x_return_status := FND_API.G_RET_STS_SUCCESS;
862:

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

1082: -- Initialize the Error Stack
1083: PA_DEBUG.init_err_stack('PA_ACTION_SETS_PUB.Replace_Action_Set');
1084:
1085: -- Bug 4370082
1086: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1087:
1088: -- Initialize the return status to success
1089: x_return_status := FND_API.G_RET_STS_SUCCESS;
1090:

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

1234: -- Initialize the Error Stack
1235: PA_DEBUG.init_err_stack('PA_ACTION_SETS_PUB.Perform_Single_Action_Set');
1236:
1237: -- Bug 4370082
1238: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
1239:
1240: -- Initialize the return status to success
1241: x_return_status := FND_API.G_RET_STS_SUCCESS;
1242: