DBA Data[Home] [Help]

APPS.FEM_DIM_ATTRIBUTES_UTIL_PKG dependencies on FND_GLOBAL

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

9: pc_ret_sts_success CONSTANT VARCHAR2(1):= fnd_api.g_ret_sts_success;
10: pc_ret_sts_error CONSTANT VARCHAR2(1):= fnd_api.g_ret_sts_error;
11: pc_ret_sts_unexp_error CONSTANT VARCHAR2(1):= fnd_api.g_ret_sts_unexp_error;
12:
13: pc_resp_app_id CONSTANT NUMBER := FND_GLOBAL.RESP_APPL_ID;
14: pc_last_update_login CONSTANT NUMBER := FND_GLOBAL.Login_Id;
15: pc_user_id CONSTANT NUMBER := FND_GLOBAL.USER_ID;
16:
17: pc_object_version_number CONSTANT NUMBER := 1;

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

10: pc_ret_sts_error CONSTANT VARCHAR2(1):= fnd_api.g_ret_sts_error;
11: pc_ret_sts_unexp_error CONSTANT VARCHAR2(1):= fnd_api.g_ret_sts_unexp_error;
12:
13: pc_resp_app_id CONSTANT NUMBER := FND_GLOBAL.RESP_APPL_ID;
14: pc_last_update_login CONSTANT NUMBER := FND_GLOBAL.Login_Id;
15: pc_user_id CONSTANT NUMBER := FND_GLOBAL.USER_ID;
16:
17: pc_object_version_number CONSTANT NUMBER := 1;
18:

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

11: pc_ret_sts_unexp_error CONSTANT VARCHAR2(1):= fnd_api.g_ret_sts_unexp_error;
12:
13: pc_resp_app_id CONSTANT NUMBER := FND_GLOBAL.RESP_APPL_ID;
14: pc_last_update_login CONSTANT NUMBER := FND_GLOBAL.Login_Id;
15: pc_user_id CONSTANT NUMBER := FND_GLOBAL.USER_ID;
16:
17: pc_object_version_number CONSTANT NUMBER := 1;
18:
19: pc_log_level_statement CONSTANT NUMBER := fnd_log.level_statement;