DBA Data[Home] [Help]

APPS.OKL_PAL_PVT dependencies on FND_API

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

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

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

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

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

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

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

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

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

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