DBA Data[Home] [Help]

APPS.OKL_XCR_PUB dependencies on OKL_EXTRN_PVT

Line 4: SUBTYPE xcrv_rec_type IS Okl_Extrn_Pvt.xcrv_rec_type;

1: PACKAGE okl_xcr_pub AUTHID CURRENT_USER AS
2: /* $Header: OKLPXCRS.pls 115.6 2002/04/02 16:41:36 pkm ship $ */
3:
4: SUBTYPE xcrv_rec_type IS Okl_Extrn_Pvt.xcrv_rec_type;
5: SUBTYPE xcrv_tbl_type IS Okl_Extrn_Pvt.xcrv_tbl_type;
6:
7: SUBTYPE xcav_rec_type IS Okl_Extrn_Pvt.xcav_rec_type;
8: SUBTYPE xcav_tbl_type IS Okl_Extrn_Pvt.xcav_tbl_type;

Line 5: SUBTYPE xcrv_tbl_type IS Okl_Extrn_Pvt.xcrv_tbl_type;

1: PACKAGE okl_xcr_pub AUTHID CURRENT_USER AS
2: /* $Header: OKLPXCRS.pls 115.6 2002/04/02 16:41:36 pkm ship $ */
3:
4: SUBTYPE xcrv_rec_type IS Okl_Extrn_Pvt.xcrv_rec_type;
5: SUBTYPE xcrv_tbl_type IS Okl_Extrn_Pvt.xcrv_tbl_type;
6:
7: SUBTYPE xcav_rec_type IS Okl_Extrn_Pvt.xcav_rec_type;
8: SUBTYPE xcav_tbl_type IS Okl_Extrn_Pvt.xcav_tbl_type;
9:

Line 7: SUBTYPE xcav_rec_type IS Okl_Extrn_Pvt.xcav_rec_type;

3:
4: SUBTYPE xcrv_rec_type IS Okl_Extrn_Pvt.xcrv_rec_type;
5: SUBTYPE xcrv_tbl_type IS Okl_Extrn_Pvt.xcrv_tbl_type;
6:
7: SUBTYPE xcav_rec_type IS Okl_Extrn_Pvt.xcav_rec_type;
8: SUBTYPE xcav_tbl_type IS Okl_Extrn_Pvt.xcav_tbl_type;
9:
10: ------------------------------------------------------------------------------
11: -- Global Variables

Line 8: SUBTYPE xcav_tbl_type IS Okl_Extrn_Pvt.xcav_tbl_type;

4: SUBTYPE xcrv_rec_type IS Okl_Extrn_Pvt.xcrv_rec_type;
5: SUBTYPE xcrv_tbl_type IS Okl_Extrn_Pvt.xcrv_tbl_type;
6:
7: SUBTYPE xcav_rec_type IS Okl_Extrn_Pvt.xcav_rec_type;
8: SUBTYPE xcav_tbl_type IS Okl_Extrn_Pvt.xcav_tbl_type;
9:
10: ------------------------------------------------------------------------------
11: -- Global Variables
12: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_EXTRN_PUB';