DBA Data[Home] [Help]

APPS.OKC_PRICE_ADJUSTMENT_PVT dependencies on OKC_PAV_PVT

Line 12: subtype pavv_rec_type is okc_pav_pvt.pavv_rec_type;

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;
14:
15: -- Sub types for price attribute value
16: subtype paav_rec_type is okc_paa_pvt.paav_rec_type;

Line 13: subtype pavv_tbl_type is okc_pav_pvt.pavv_tbl_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;
14:
15: -- Sub types for price attribute value
16: subtype paav_rec_type is okc_paa_pvt.paav_rec_type;
17: subtype paav_tbl_type is okc_paa_pvt.paav_tbl_type;