DBA Data[Home] [Help]

APPS.FEM_SETUP_PKG dependencies on FND_API

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

1: PACKAGE fem_setup_pkg AS
2: /* $Header: fem_setup_pkg.pls 120.2 2006/05/18 04:43:27 sshanmug noship $ */
3:
4: c_false CONSTANT VARCHAR2(1) := fnd_api.g_false;
5: c_true CONSTANT VARCHAR2(1) := fnd_api.g_true;
6: c_success CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_success;
7: c_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;
8: c_unexp CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_unexp_error;

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

1: PACKAGE fem_setup_pkg AS
2: /* $Header: fem_setup_pkg.pls 120.2 2006/05/18 04:43:27 sshanmug noship $ */
3:
4: c_false CONSTANT VARCHAR2(1) := fnd_api.g_false;
5: c_true CONSTANT VARCHAR2(1) := fnd_api.g_true;
6: c_success CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_success;
7: c_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;
8: c_unexp CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_unexp_error;
9: c_api_version CONSTANT NUMBER := 1.0;

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

2: /* $Header: fem_setup_pkg.pls 120.2 2006/05/18 04:43:27 sshanmug noship $ */
3:
4: c_false CONSTANT VARCHAR2(1) := fnd_api.g_false;
5: c_true CONSTANT VARCHAR2(1) := fnd_api.g_true;
6: c_success CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_success;
7: c_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;
8: c_unexp CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_unexp_error;
9: c_api_version CONSTANT NUMBER := 1.0;
10:

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

3:
4: c_false CONSTANT VARCHAR2(1) := fnd_api.g_false;
5: c_true CONSTANT VARCHAR2(1) := fnd_api.g_true;
6: c_success CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_success;
7: c_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;
8: c_unexp CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_unexp_error;
9: c_api_version CONSTANT NUMBER := 1.0;
10:
11: g_log_level_1 CONSTANT NUMBER := fnd_log.level_statement;

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

4: c_false CONSTANT VARCHAR2(1) := fnd_api.g_false;
5: c_true CONSTANT VARCHAR2(1) := fnd_api.g_true;
6: c_success CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_success;
7: c_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;
8: c_unexp CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_unexp_error;
9: c_api_version CONSTANT NUMBER := 1.0;
10:
11: g_log_level_1 CONSTANT NUMBER := fnd_log.level_statement;
12: g_log_level_2 CONSTANT NUMBER := fnd_log.level_procedure;