DBA Data[Home] [Help]

APPS.OKC_AQERRMSG_PUB dependencies on OKC_AQE_PVT

Line 4: subtype aqev_rec_type is okc_aqe_pvt.aqev_rec_type;

1: package okc_aqerrmsg_pub AUTHID CURRENT_USER as
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:

Line 5: subtype aqev_tbl_type is okc_aqe_pvt.aqev_tbl_type;

1: package okc_aqerrmsg_pub AUTHID CURRENT_USER as
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: ----------------------------------------------------------------------------------

Line 17: g_aqev_rec okc_aqe_pvt.aqev_rec_type;

13: G_UNEXPECTED_ERROR CONSTANT VARCHAR2(200) := 'OKC_UNEXPECTED_ERROR';
14: G_SQLERRM_TOKEN CONSTANT VARCHAR2(200) := 'SQLerrm';
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: ----------------------------------------------------------------------------------

Line 18: g_aqev_tbl okc_aqe_pvt.aqev_tbl_type;

14: G_SQLERRM_TOKEN CONSTANT VARCHAR2(200) := 'SQLerrm';
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