DBA Data[Home] [Help]

APPS.OKC_AQERRMSG_PUB dependencies on OKC_AQM_PVT

Line 6: subtype aqmv_rec_type is okc_aqm_pvt.aqmv_rec_type;

2: /* $Header: OKCPAQES.pls 120.0 2005/05/30 04:13:38 appldev noship $ */
3:
4: subtype aqev_rec_type is okc_aqe_pvt.aqev_rec_type;
5: subtype aqev_tbl_type is okc_aqe_pvt.aqev_tbl_type;
6: subtype aqmv_rec_type is okc_aqm_pvt.aqmv_rec_type;
7: subtype aqmv_tbl_type is okc_aqm_pvt.aqmv_tbl_type;
8:
9: ----------------------------------------------------------------------------------
10: -- Global Variables

Line 7: subtype aqmv_tbl_type is okc_aqm_pvt.aqmv_tbl_type;

3:
4: subtype aqev_rec_type is okc_aqe_pvt.aqev_rec_type;
5: subtype aqev_tbl_type is okc_aqe_pvt.aqev_tbl_type;
6: subtype aqmv_rec_type is okc_aqm_pvt.aqmv_rec_type;
7: subtype aqmv_tbl_type is okc_aqm_pvt.aqmv_tbl_type;
8:
9: ----------------------------------------------------------------------------------
10: -- Global Variables
11: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKC_AQERRMSG_PUB';

Line 19: g_aqmv_rec okc_aqm_pvt.aqmv_rec_type;

15: G_SQLCODE_TOKEN CONSTANT VARCHAR2(200) := 'SQLcode';
16:
17: g_aqev_rec okc_aqe_pvt.aqev_rec_type;
18: g_aqev_tbl okc_aqe_pvt.aqev_tbl_type;
19: g_aqmv_rec okc_aqm_pvt.aqmv_rec_type;
20: g_aqmv_tbl okc_aqm_pvt.aqmv_tbl_type;
21: ----------------------------------------------------------------------------------
22: --Global Exception
23: G_EXCEPTION_HALT_VALIDATION EXCEPTION;

Line 20: g_aqmv_tbl okc_aqm_pvt.aqmv_tbl_type;

16:
17: g_aqev_rec okc_aqe_pvt.aqev_rec_type;
18: g_aqev_tbl okc_aqe_pvt.aqev_tbl_type;
19: g_aqmv_rec okc_aqm_pvt.aqmv_rec_type;
20: g_aqmv_tbl okc_aqm_pvt.aqmv_tbl_type;
21: ----------------------------------------------------------------------------------
22: --Global Exception
23: G_EXCEPTION_HALT_VALIDATION EXCEPTION;
24: ----------------------------------------------------------------------------------