DBA Data[Home] [Help]

APPS.OKC_PRICE_ADJUSTMENT_PVT dependencies on OKC_PAC_PVT

Line 8: subtype pacv_rec_type is okc_pac_pvt.pacv_rec_type;

4: subtype patv_rec_type is okc_pat_pvt.patv_rec_type;
5: subtype patv_tbl_type is okc_pat_pvt.patv_tbl_type;
6:
7: -- Sub types for price adjustment assoc
8: subtype pacv_rec_type is okc_pac_pvt.pacv_rec_type;
9: subtype pacv_tbl_type is okc_pac_pvt.pacv_tbl_type;
10:
11: -- Sub types for price adjustment attributes
12: subtype pavv_rec_type is okc_pav_pvt.pavv_rec_type;

Line 9: subtype pacv_tbl_type is okc_pac_pvt.pacv_tbl_type;

5: subtype patv_tbl_type is okc_pat_pvt.patv_tbl_type;
6:
7: -- Sub types for price adjustment assoc
8: subtype pacv_rec_type is okc_pac_pvt.pacv_rec_type;
9: subtype pacv_tbl_type is okc_pac_pvt.pacv_tbl_type;
10:
11: -- Sub types for price adjustment attributes
12: subtype pavv_rec_type is okc_pav_pvt.pavv_rec_type;
13: subtype pavv_tbl_type is okc_pav_pvt.pavv_tbl_type;