DBA Data[Home] [Help]

APPS.OKL_SRV_PVT dependencies on FND_API

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

57: g_invalid_value CONSTANT VARCHAR2(200) := okl_api.g_invalid_value;
58: g_col_name_token CONSTANT VARCHAR2(200) := okl_api.g_col_name_token;
59: g_parent_table_token CONSTANT VARCHAR2(200) := okl_api.g_parent_table_token;
60: g_child_table_token CONSTANT VARCHAR2(200) := okl_api.g_child_table_token;
61: g_ret_sts_success CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_success;
62: g_ret_sts_unexp_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_unexp_error;
63: g_ret_sts_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;
64: g_db_error CONSTANT VARCHAR2(12) := 'OKL_DB_ERROR';
65: g_prog_name_token CONSTANT VARCHAR2(9) := 'PROG_NAME';

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

58: g_col_name_token CONSTANT VARCHAR2(200) := okl_api.g_col_name_token;
59: g_parent_table_token CONSTANT VARCHAR2(200) := okl_api.g_parent_table_token;
60: g_child_table_token CONSTANT VARCHAR2(200) := okl_api.g_child_table_token;
61: g_ret_sts_success CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_success;
62: g_ret_sts_unexp_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_unexp_error;
63: g_ret_sts_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;
64: g_db_error CONSTANT VARCHAR2(12) := 'OKL_DB_ERROR';
65: g_prog_name_token CONSTANT VARCHAR2(9) := 'PROG_NAME';
66: g_api_version CONSTANT NUMBER := 1;

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

59: g_parent_table_token CONSTANT VARCHAR2(200) := okl_api.g_parent_table_token;
60: g_child_table_token CONSTANT VARCHAR2(200) := okl_api.g_child_table_token;
61: g_ret_sts_success CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_success;
62: g_ret_sts_unexp_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_unexp_error;
63: g_ret_sts_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;
64: g_db_error CONSTANT VARCHAR2(12) := 'OKL_DB_ERROR';
65: g_prog_name_token CONSTANT VARCHAR2(9) := 'PROG_NAME';
66: g_api_version CONSTANT NUMBER := 1;
67: g_false CONSTANT VARCHAR2(1) := fnd_api.g_false;

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

63: g_ret_sts_error CONSTANT VARCHAR2(1) := fnd_api.g_ret_sts_error;
64: g_db_error CONSTANT VARCHAR2(12) := 'OKL_DB_ERROR';
65: g_prog_name_token CONSTANT VARCHAR2(9) := 'PROG_NAME';
66: g_api_version CONSTANT NUMBER := 1;
67: g_false CONSTANT VARCHAR2(1) := fnd_api.g_false;
68: g_true CONSTANT VARCHAR2(1) := fnd_api.g_true;
69:
70: --------------------------------------------------------------------------------
71: -- GLOBAL VARIABLES

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

64: g_db_error CONSTANT VARCHAR2(12) := 'OKL_DB_ERROR';
65: g_prog_name_token CONSTANT VARCHAR2(9) := 'PROG_NAME';
66: g_api_version CONSTANT NUMBER := 1;
67: g_false CONSTANT VARCHAR2(1) := fnd_api.g_false;
68: g_true CONSTANT VARCHAR2(1) := fnd_api.g_true;
69:
70: --------------------------------------------------------------------------------
71: -- GLOBAL VARIABLES
72: --------------------------------------------------------------------------------