DBA Data[Home] [Help]

APPS.OKC_PRICE_ADJUSTMENT_PUB dependencies on OKC_PRICE_ADJUSTMENT_PVT

Line 4: subtype patv_rec_type is okc_price_adjustment_pvt.patv_rec_type;

1: package okc_price_adjustment_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKCPPATS.pls 120.0 2005/05/25 18:34:31 appldev noship $*/
3: -- Sub types for price adjustments
4: subtype patv_rec_type is okc_price_adjustment_pvt.patv_rec_type;
5: subtype patv_tbl_type is okc_price_adjustment_pvt.patv_tbl_type;
6:
7: -- Sub types for price adjustment assoc
8: subtype pacv_rec_type is okc_price_adjustment_pvt.pacv_rec_type;

Line 5: subtype patv_tbl_type is okc_price_adjustment_pvt.patv_tbl_type;

1: package okc_price_adjustment_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKCPPATS.pls 120.0 2005/05/25 18:34:31 appldev noship $*/
3: -- Sub types for price adjustments
4: subtype patv_rec_type is okc_price_adjustment_pvt.patv_rec_type;
5: subtype patv_tbl_type is okc_price_adjustment_pvt.patv_tbl_type;
6:
7: -- Sub types for price adjustment assoc
8: subtype pacv_rec_type is okc_price_adjustment_pvt.pacv_rec_type;
9: subtype pacv_tbl_type is okc_price_adjustment_pvt.pacv_tbl_type;

Line 8: subtype pacv_rec_type is okc_price_adjustment_pvt.pacv_rec_type;

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

Line 9: subtype pacv_tbl_type is okc_price_adjustment_pvt.pacv_tbl_type;

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

Line 12: subtype pavv_rec_type is okc_price_adjustment_pvt.pavv_rec_type;

8: subtype pacv_rec_type is okc_price_adjustment_pvt.pacv_rec_type;
9: subtype pacv_tbl_type is okc_price_adjustment_pvt.pacv_tbl_type;
10:
11: -- Sub types for price adjustment attributes
12: subtype pavv_rec_type is okc_price_adjustment_pvt.pavv_rec_type;
13: subtype pavv_tbl_type is okc_price_adjustment_pvt.pavv_tbl_type;
14:
15: -- Sub types for price attribute value
16: subtype paav_rec_type is okc_price_adjustment_pvt.paav_rec_type;

Line 13: subtype pavv_tbl_type is okc_price_adjustment_pvt.pavv_tbl_type;

9: subtype pacv_tbl_type is okc_price_adjustment_pvt.pacv_tbl_type;
10:
11: -- Sub types for price adjustment attributes
12: subtype pavv_rec_type is okc_price_adjustment_pvt.pavv_rec_type;
13: subtype pavv_tbl_type is okc_price_adjustment_pvt.pavv_tbl_type;
14:
15: -- Sub types for price attribute value
16: subtype paav_rec_type is okc_price_adjustment_pvt.paav_rec_type;
17: subtype paav_tbl_type is okc_price_adjustment_pvt.paav_tbl_type;

Line 16: subtype paav_rec_type is okc_price_adjustment_pvt.paav_rec_type;

12: subtype pavv_rec_type is okc_price_adjustment_pvt.pavv_rec_type;
13: subtype pavv_tbl_type is okc_price_adjustment_pvt.pavv_tbl_type;
14:
15: -- Sub types for price attribute value
16: subtype paav_rec_type is okc_price_adjustment_pvt.paav_rec_type;
17: subtype paav_tbl_type is okc_price_adjustment_pvt.paav_tbl_type;
18:
19:
20: G_EXCEPTION_HALT_VALIDATION EXCEPTION;

Line 17: subtype paav_tbl_type is okc_price_adjustment_pvt.paav_tbl_type;

13: subtype pavv_tbl_type is okc_price_adjustment_pvt.pavv_tbl_type;
14:
15: -- Sub types for price attribute value
16: subtype paav_rec_type is okc_price_adjustment_pvt.paav_rec_type;
17: subtype paav_tbl_type is okc_price_adjustment_pvt.paav_tbl_type;
18:
19:
20: G_EXCEPTION_HALT_VALIDATION EXCEPTION;
21: G_UNEXPECTED_ERROR CONSTANT VARCHAR2(200) := 'OKC_UNEXPECTED_ERROR';