DBA Data[Home] [Help]

APPS.OKL_ACC_GEN_RULE_PVT dependencies on OKL_AGR_PVT

Line 4: SUBTYPE agrv_rec_type IS okl_agr_pvt.agrv_rec_type;

1: PACKAGE okl_acc_gen_rule_pvt AUTHID CURRENT_USER AS
2: /* $Header: OKLCAGRS.pls 115.5 2002/02/18 20:10:26 pkm ship $ */
3:
4: SUBTYPE agrv_rec_type IS okl_agr_pvt.agrv_rec_type;
5: SUBTYPE agrv_tbl_type IS okl_agr_pvt.agrv_tbl_type;
6:
7: SUBTYPE aulv_rec_type IS okl_aul_pvt.aulv_rec_type;
8: SUBTYPE aulv_tbl_type IS okl_aul_pvt.aulv_tbl_type;

Line 5: SUBTYPE agrv_tbl_type IS okl_agr_pvt.agrv_tbl_type;

1: PACKAGE okl_acc_gen_rule_pvt AUTHID CURRENT_USER AS
2: /* $Header: OKLCAGRS.pls 115.5 2002/02/18 20:10:26 pkm ship $ */
3:
4: SUBTYPE agrv_rec_type IS okl_agr_pvt.agrv_rec_type;
5: SUBTYPE agrv_tbl_type IS okl_agr_pvt.agrv_tbl_type;
6:
7: SUBTYPE aulv_rec_type IS okl_aul_pvt.aulv_rec_type;
8: SUBTYPE aulv_tbl_type IS okl_aul_pvt.aulv_tbl_type;
9: ------------------------------------------------------------------------------