DBA Data[Home] [Help]

APPS.FEM_DATA_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_DATA_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_DATA_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_DATA_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_data_ledger_loader CONSTANT VARCHAR2(20) := 'DATA_LEDGER_LOADER';

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_data_ledger_loader CONSTANT VARCHAR2(20) := 'DATA_LEDGER_LOADER';
25: c_dim_loader CONSTANT VARCHAR2(10) := 'DIMENSIONS';