DBA Data[Home] [Help]

APPS.OKL_PAM_PVT dependencies on FND_API

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

106: g_invalid_value CONSTANT VARCHAR2(200) := okl_api.g_invalid_value;
107: g_col_name_token CONSTANT VARCHAR2(200) := okl_api.g_col_name_token;
108: g_parent_table_token CONSTANT VARCHAR2(200) := okl_api.g_parent_table_token;
109: g_child_table_token CONSTANT VARCHAR2(200) := okl_api.g_child_table_token;
110: g_ret_sts_success CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_success;
111: g_ret_sts_unexp_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_unexp_error;
112: g_ret_sts_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;
113: g_db_error CONSTANT VARCHAR2(12) := 'OKL_DB_ERROR';
114: g_prog_name_token CONSTANT VARCHAR2(9) := 'PROG_NAME';

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

107: g_col_name_token CONSTANT VARCHAR2(200) := okl_api.g_col_name_token;
108: g_parent_table_token CONSTANT VARCHAR2(200) := okl_api.g_parent_table_token;
109: g_child_table_token CONSTANT VARCHAR2(200) := okl_api.g_child_table_token;
110: g_ret_sts_success CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_success;
111: g_ret_sts_unexp_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_unexp_error;
112: g_ret_sts_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;
113: g_db_error CONSTANT VARCHAR2(12) := 'OKL_DB_ERROR';
114: g_prog_name_token CONSTANT VARCHAR2(9) := 'PROG_NAME';
115: g_api_version CONSTANT NUMBER := 1;

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

108: g_parent_table_token CONSTANT VARCHAR2(200) := okl_api.g_parent_table_token;
109: g_child_table_token CONSTANT VARCHAR2(200) := okl_api.g_child_table_token;
110: g_ret_sts_success CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_success;
111: g_ret_sts_unexp_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_unexp_error;
112: g_ret_sts_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;
113: g_db_error CONSTANT VARCHAR2(12) := 'OKL_DB_ERROR';
114: g_prog_name_token CONSTANT VARCHAR2(9) := 'PROG_NAME';
115: g_api_version CONSTANT NUMBER := 1;
116: g_false CONSTANT VARCHAR2(1) := fnd_api.g_false;

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

112: g_ret_sts_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;
113: g_db_error CONSTANT VARCHAR2(12) := 'OKL_DB_ERROR';
114: g_prog_name_token CONSTANT VARCHAR2(9) := 'PROG_NAME';
115: g_api_version CONSTANT NUMBER := 1;
116: g_false CONSTANT VARCHAR2(1) := fnd_api.g_false;
117: g_true CONSTANT VARCHAR2(1) := fnd_api.g_true;
118:
119: --------------------------------------------------------------------------------
120: -- GLOBAL VARIABLES

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

113: g_db_error CONSTANT VARCHAR2(12) := 'OKL_DB_ERROR';
114: g_prog_name_token CONSTANT VARCHAR2(9) := 'PROG_NAME';
115: g_api_version CONSTANT NUMBER := 1;
116: g_false CONSTANT VARCHAR2(1) := fnd_api.g_false;
117: g_true CONSTANT VARCHAR2(1) := fnd_api.g_true;
118:
119: --------------------------------------------------------------------------------
120: -- GLOBAL VARIABLES
121: --------------------------------------------------------------------------------