DBA Data[Home] [Help]

APPS.OKL_UBB_PVT dependencies on OKL_TLD_PVT

Line 32: SUBTYPE tldv_rec_type IS Okl_Tld_Pvt.tldv_rec_type;

28:
29: SUBTYPE taiv_rec_type IS okl_tai_pvt.taiv_rec_type;
30: SUBTYPE taiv_tbl_type IS okl_tai_pvt.taiv_tbl_type;
31:
32: SUBTYPE tldv_rec_type IS Okl_Tld_Pvt.tldv_rec_type;
33: SUBTYPE tldv_tbl_type IS Okl_Tld_Pvt.tldv_tbl_type;
34:
35:
36: -- Global Variables

Line 33: SUBTYPE tldv_tbl_type IS Okl_Tld_Pvt.tldv_tbl_type;

29: SUBTYPE taiv_rec_type IS okl_tai_pvt.taiv_rec_type;
30: SUBTYPE taiv_tbl_type IS okl_tai_pvt.taiv_tbl_type;
31:
32: SUBTYPE tldv_rec_type IS Okl_Tld_Pvt.tldv_rec_type;
33: SUBTYPE tldv_tbl_type IS Okl_Tld_Pvt.tldv_tbl_type;
34:
35:
36: -- Global Variables
37: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_UBB_PVT';