DBA Data[Home] [Help]

APPS.OKC_PRICE_ADJUSTMENT_PVT dependencies on OKC_PAA_PVT

Line 16: subtype paav_rec_type is okc_paa_pvt.paav_rec_type;

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;
18:
19:
20: -- GLOBAL VARIABLES

Line 17: subtype paav_tbl_type is okc_paa_pvt.paav_tbl_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;
18:
19:
20: -- GLOBAL VARIABLES
21: ---------------------------------------------------------------------------