DBA Data[Home] [Help]

APPS.OKC_ASSENT_PVT dependencies on OKC_AST_PVT

Line 4: subtype astv_rec_type is okc_ast_pvt.astv_rec_type;

1: Package OKC_ASSENT_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKCCASTS.pls 120.0 2005/05/25 18:24:28 appldev noship $ */
3:
4: subtype astv_rec_type is okc_ast_pvt.astv_rec_type;
5: subtype astv_tbl_type is okc_ast_pvt.astv_tbl_type;
6: subtype stsv_rec_type is okc_sts_pvt.stsv_rec_type;
7: subtype stsv_tbl_type is okc_sts_pvt.stsv_tbl_type;
8:

Line 5: subtype astv_tbl_type is okc_ast_pvt.astv_tbl_type;

1: Package OKC_ASSENT_PVT AUTHID CURRENT_USER AS
2: /* $Header: OKCCASTS.pls 120.0 2005/05/25 18:24:28 appldev noship $ */
3:
4: subtype astv_rec_type is okc_ast_pvt.astv_rec_type;
5: subtype astv_tbl_type is okc_ast_pvt.astv_tbl_type;
6: subtype stsv_rec_type is okc_sts_pvt.stsv_rec_type;
7: subtype stsv_tbl_type is okc_sts_pvt.stsv_tbl_type;
8:
9: ---------------------------------------------------------------------------