DBA Data[Home] [Help]

APPS.FEM_DIM_HIER_LOADER_PKG dependencies on FND_API

Line 17: c_false CONSTANT VARCHAR2(1) := fnd_api.g_false;

13: g_log_level_6 CONSTANT NUMBER := fnd_log.level_unexpected;
14:
15: g_block CONSTANT VARCHAR2(30) := 'FEM_DIM_HIER_LOADER_PKG';
16:
17: c_false CONSTANT VARCHAR2(1) := fnd_api.g_false;
18: c_true CONSTANT VARCHAR2(1) := fnd_api.g_true;
19: c_success CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_success;
20: c_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;
21: c_unexp CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_unexp_error;

Line 18: c_true CONSTANT VARCHAR2(1) := fnd_api.g_true;

14:
15: g_block CONSTANT VARCHAR2(30) := 'FEM_DIM_HIER_LOADER_PKG';
16:
17: c_false CONSTANT VARCHAR2(1) := fnd_api.g_false;
18: c_true CONSTANT VARCHAR2(1) := fnd_api.g_true;
19: c_success CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_success;
20: c_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;
21: c_unexp CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_unexp_error;
22: c_api_version CONSTANT NUMBER := 1.0;

Line 19: c_success CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_success;

15: g_block CONSTANT VARCHAR2(30) := 'FEM_DIM_HIER_LOADER_PKG';
16:
17: c_false CONSTANT VARCHAR2(1) := fnd_api.g_false;
18: c_true CONSTANT VARCHAR2(1) := fnd_api.g_true;
19: c_success CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_success;
20: c_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;
21: c_unexp CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_unexp_error;
22: c_api_version CONSTANT NUMBER := 1.0;
23:

Line 20: c_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;

16:
17: c_false CONSTANT VARCHAR2(1) := fnd_api.g_false;
18: c_true CONSTANT VARCHAR2(1) := fnd_api.g_true;
19: c_success CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_success;
20: c_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;
21: c_unexp CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_unexp_error;
22: c_api_version CONSTANT NUMBER := 1.0;
23:
24: c_interval CONSTANT NUMBER := 3.0;

Line 21: c_unexp CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_unexp_error;

17: c_false CONSTANT VARCHAR2(1) := fnd_api.g_false;
18: c_true CONSTANT VARCHAR2(1) := fnd_api.g_true;
19: c_success CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_success;
20: c_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;
21: c_unexp CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_unexp_error;
22: c_api_version CONSTANT NUMBER := 1.0;
23:
24: c_interval CONSTANT NUMBER := 3.0;
25: c_max_wait_time CONSTANT NUMBER := 1200.0;