DBA Data[Home] [Help]

APPS.OKL_ETV_PVT dependencies on FND_API

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

49: g_invalid_value CONSTANT VARCHAR2(200) := okl_api.g_invalid_value;
50: g_col_name_token CONSTANT VARCHAR2(200) := okl_api.g_col_name_token;
51: g_parent_table_token CONSTANT VARCHAR2(200) := okl_api.g_parent_table_token;
52: g_child_table_token CONSTANT VARCHAR2(200) := okl_api.g_child_table_token;
53: g_ret_sts_success CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_success;
54: g_ret_sts_unexp_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_unexp_error;
55: g_ret_sts_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;
56: g_db_error CONSTANT VARCHAR2(12) := 'OKL_DB_ERROR';
57: g_prog_name_token CONSTANT VARCHAR2(9) := 'PROG_NAME';

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

50: g_col_name_token CONSTANT VARCHAR2(200) := okl_api.g_col_name_token;
51: g_parent_table_token CONSTANT VARCHAR2(200) := okl_api.g_parent_table_token;
52: g_child_table_token CONSTANT VARCHAR2(200) := okl_api.g_child_table_token;
53: g_ret_sts_success CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_success;
54: g_ret_sts_unexp_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_unexp_error;
55: g_ret_sts_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;
56: g_db_error CONSTANT VARCHAR2(12) := 'OKL_DB_ERROR';
57: g_prog_name_token CONSTANT VARCHAR2(9) := 'PROG_NAME';
58: g_api_version CONSTANT NUMBER := 1;

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

51: g_parent_table_token CONSTANT VARCHAR2(200) := okl_api.g_parent_table_token;
52: g_child_table_token CONSTANT VARCHAR2(200) := okl_api.g_child_table_token;
53: g_ret_sts_success CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_success;
54: g_ret_sts_unexp_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_unexp_error;
55: g_ret_sts_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;
56: g_db_error CONSTANT VARCHAR2(12) := 'OKL_DB_ERROR';
57: g_prog_name_token CONSTANT VARCHAR2(9) := 'PROG_NAME';
58: g_api_version CONSTANT NUMBER := 1;
59: g_false CONSTANT VARCHAR2(1) := fnd_api.g_false;

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

55: g_ret_sts_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;
56: g_db_error CONSTANT VARCHAR2(12) := 'OKL_DB_ERROR';
57: g_prog_name_token CONSTANT VARCHAR2(9) := 'PROG_NAME';
58: g_api_version CONSTANT NUMBER := 1;
59: g_false CONSTANT VARCHAR2(1) := fnd_api.g_false;
60: g_true CONSTANT VARCHAR2(1) := fnd_api.g_true;
61:
62: --------------------------------------------------------------------------------
63: -- GLOBAL VARIABLES

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

56: g_db_error CONSTANT VARCHAR2(12) := 'OKL_DB_ERROR';
57: g_prog_name_token CONSTANT VARCHAR2(9) := 'PROG_NAME';
58: g_api_version CONSTANT NUMBER := 1;
59: g_false CONSTANT VARCHAR2(1) := fnd_api.g_false;
60: g_true CONSTANT VARCHAR2(1) := fnd_api.g_true;
61:
62: --------------------------------------------------------------------------------
63: -- GLOBAL VARIABLES
64: --------------------------------------------------------------------------------