DBA Data[Home] [Help]

APPS.FEM_DIM_GROUPS_UTIL_PKG dependencies on FND_GLOBAL

Line 29: pc_resp_app_id CONSTANT NUMBER := FND_GLOBAL.RESP_APPL_ID;

25: pc_ret_sts_success CONSTANT VARCHAR2(1):= fnd_api.g_ret_sts_success;
26: pc_ret_sts_error CONSTANT VARCHAR2(1):= fnd_api.g_ret_sts_error;
27: pc_ret_sts_unexp_error CONSTANT VARCHAR2(1):= fnd_api.g_ret_sts_unexp_error;
28:
29: pc_resp_app_id CONSTANT NUMBER := FND_GLOBAL.RESP_APPL_ID;
30: pc_last_update_login CONSTANT NUMBER := FND_GLOBAL.Login_Id;
31: pc_user_id CONSTANT NUMBER := FND_GLOBAL.USER_ID;
32:
33: pc_object_version_number CONSTANT NUMBER := 1;

Line 30: pc_last_update_login CONSTANT NUMBER := FND_GLOBAL.Login_Id;

26: pc_ret_sts_error CONSTANT VARCHAR2(1):= fnd_api.g_ret_sts_error;
27: pc_ret_sts_unexp_error CONSTANT VARCHAR2(1):= fnd_api.g_ret_sts_unexp_error;
28:
29: pc_resp_app_id CONSTANT NUMBER := FND_GLOBAL.RESP_APPL_ID;
30: pc_last_update_login CONSTANT NUMBER := FND_GLOBAL.Login_Id;
31: pc_user_id CONSTANT NUMBER := FND_GLOBAL.USER_ID;
32:
33: pc_object_version_number CONSTANT NUMBER := 1;
34:

Line 31: pc_user_id CONSTANT NUMBER := FND_GLOBAL.USER_ID;

27: pc_ret_sts_unexp_error CONSTANT VARCHAR2(1):= fnd_api.g_ret_sts_unexp_error;
28:
29: pc_resp_app_id CONSTANT NUMBER := FND_GLOBAL.RESP_APPL_ID;
30: pc_last_update_login CONSTANT NUMBER := FND_GLOBAL.Login_Id;
31: pc_user_id CONSTANT NUMBER := FND_GLOBAL.USER_ID;
32:
33: pc_object_version_number CONSTANT NUMBER := 1;
34:
35: pc_log_level_statement CONSTANT NUMBER := fnd_log.level_statement;