DBA Data[Home] [Help]

APPS.GMD_OPERATION_RESOURCES_PVT dependencies on FND_PROFILE

Line 18: | FND_PROFILE.VALUE('AFLOG_ENABLED') |

14: | 25-NOV-2002 Thomas Daniel Bug# 2679110 |
15: | Added checks to handle the errors and |
16: | also added further validations |
17: | 20-FEB-2004 NSRIVAST Bug# 3222090,Removed call to |
18: | FND_PROFILE.VALUE('AFLOG_ENABLED') |
19: +=========================================================================+
20: API Name : GMD_OPERATION_RESOURCES_PVT
21: Type : Private
22: Function : This package contains private procedures used to create, modify, and delete operation resources

Line 375: FND_PROFILE.put('USER_ID', 2060);

371:
372: IF x_return_status = 'S' THEN
373:
374: /* Set row who columns */
375: FND_PROFILE.put('USER_ID', 2060);
376: IF NOT gmd_api_grp.setup_done THEN
377: gmd_api_grp.setup_done := gmd_api_grp.setup;
378: END IF;
379: IF NOT gmd_api_grp.setup_done THEN

Line 483: FND_PROFILE.put('USER_ID', 2060);

479: /* Initially let us assign the return status to success */
480: x_return_status := FND_API.g_ret_sts_success;
481:
482: /* Set row who columns */
483: FND_PROFILE.put('USER_ID', 2060);
484: IF NOT gmd_api_grp.setup_done THEN
485: gmd_api_grp.setup_done := gmd_api_grp.setup;
486: END IF;
487: IF NOT gmd_api_grp.setup_done THEN