DBA Data[Home] [Help]

APPS.OKL_ETO_PVT dependencies on FND_API

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

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

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

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

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

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

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

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

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

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