DBA Data[Home] [Help]

APPS.OKC_AQ_WRITE_ERROR_PVT dependencies on OKC_AQERRMSG_PUB

Line 5: subtype aqev_rec_type is okc_aqerrmsg_pub.aqev_rec_type;

1: Package OKC_AQ_WRITE_ERROR_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKCRAQWS.pls 120.0 2005/05/25 23:03:53 appldev noship $ */
3: ----------------------------------------------------------------------------------
4: --Subtype Definitions
5: subtype aqev_rec_type is okc_aqerrmsg_pub.aqev_rec_type;
6: subtype aqev_tbl_type is okc_aqerrmsg_pub.aqev_tbl_type;
7: subtype aqmv_rec_type is okc_aqerrmsg_pub.aqmv_rec_type;
8: subtype aqmv_tbl_type is okc_aqerrmsg_pub.aqmv_tbl_type;
9: ----------------------------------------------------------------------------------

Line 6: subtype aqev_tbl_type is okc_aqerrmsg_pub.aqev_tbl_type;

2: /* $Header: OKCRAQWS.pls 120.0 2005/05/25 23:03:53 appldev noship $ */
3: ----------------------------------------------------------------------------------
4: --Subtype Definitions
5: subtype aqev_rec_type is okc_aqerrmsg_pub.aqev_rec_type;
6: subtype aqev_tbl_type is okc_aqerrmsg_pub.aqev_tbl_type;
7: subtype aqmv_rec_type is okc_aqerrmsg_pub.aqmv_rec_type;
8: subtype aqmv_tbl_type is okc_aqerrmsg_pub.aqmv_tbl_type;
9: ----------------------------------------------------------------------------------
10: --Global Variables

Line 7: subtype aqmv_rec_type is okc_aqerrmsg_pub.aqmv_rec_type;

3: ----------------------------------------------------------------------------------
4: --Subtype Definitions
5: subtype aqev_rec_type is okc_aqerrmsg_pub.aqev_rec_type;
6: subtype aqev_tbl_type is okc_aqerrmsg_pub.aqev_tbl_type;
7: subtype aqmv_rec_type is okc_aqerrmsg_pub.aqmv_rec_type;
8: subtype aqmv_tbl_type is okc_aqerrmsg_pub.aqmv_tbl_type;
9: ----------------------------------------------------------------------------------
10: --Global Variables
11: l_aqev_rec aqev_rec_type;

Line 8: subtype aqmv_tbl_type is okc_aqerrmsg_pub.aqmv_tbl_type;

4: --Subtype Definitions
5: subtype aqev_rec_type is okc_aqerrmsg_pub.aqev_rec_type;
6: subtype aqev_tbl_type is okc_aqerrmsg_pub.aqev_tbl_type;
7: subtype aqmv_rec_type is okc_aqerrmsg_pub.aqmv_rec_type;
8: subtype aqmv_tbl_type is okc_aqerrmsg_pub.aqmv_tbl_type;
9: ----------------------------------------------------------------------------------
10: --Global Variables
11: l_aqev_rec aqev_rec_type;
12: x_aqev_rec aqev_rec_type;