DBA Data[Home] [Help]

APPS.OKC_CONTRACT_PUB dependencies on OKC_UTIL

Line 30: subtype control_rec_type is okc_util.okc_control_rec_type;

26: subtype gvev_rec_type is okc_contract_pvt.gvev_rec_type;
27: subtype gvev_tbl_type is okc_contract_pvt.gvev_tbl_type;
28: subtype cvmv_rec_type is okc_contract_pvt.cvmv_rec_type;
29: subtype cvmv_tbl_type is okc_contract_pvt.cvmv_tbl_type;
30: subtype control_rec_type is okc_util.okc_control_rec_type;
31:
32: -- Global variables for user hooks
33: g_pkg_name CONSTANT VARCHAR2(200) := 'OKC_CONTRACT_PUB';
34: g_app_name CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;