DBA Data[Home] [Help]

APPS.OKL_EXTRN_PVT dependencies on OKL_XCR_PVT

Line 4: SUBTYPE xcrv_rec_type IS Okl_Xcr_Pvt.xcrv_rec_type;

1: PACKAGE okl_extrn_pvt AUTHID CURRENT_USER AS
2: /* $Header: OKLCXCRS.pls 115.1 2002/03/18 08:28:49 pkm ship $ */
3:
4: SUBTYPE xcrv_rec_type IS Okl_Xcr_Pvt.xcrv_rec_type;
5: SUBTYPE xcrv_tbl_type IS Okl_Xcr_Pvt.xcrv_tbl_type;
6:
7: SUBTYPE xcav_rec_type IS Okl_Xca_Pvt.xcav_rec_type;
8: SUBTYPE xcav_tbl_type IS Okl_Xca_Pvt.xcav_tbl_type;

Line 5: SUBTYPE xcrv_tbl_type IS Okl_Xcr_Pvt.xcrv_tbl_type;

1: PACKAGE okl_extrn_pvt AUTHID CURRENT_USER AS
2: /* $Header: OKLCXCRS.pls 115.1 2002/03/18 08:28:49 pkm ship $ */
3:
4: SUBTYPE xcrv_rec_type IS Okl_Xcr_Pvt.xcrv_rec_type;
5: SUBTYPE xcrv_tbl_type IS Okl_Xcr_Pvt.xcrv_tbl_type;
6:
7: SUBTYPE xcav_rec_type IS Okl_Xca_Pvt.xcav_rec_type;
8: SUBTYPE xcav_tbl_type IS Okl_Xca_Pvt.xcav_tbl_type;
9: