DBA Data[Home] [Help]

APPS.OKL_SETUPOPTVALUES_PVT dependencies on OKL_OPTIONS_PUB

Line 26: SUBTYPE optv_rec_type IS okl_options_pub.optv_rec_type;

22: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OKL_SETUPOPTVALUES_PVT';
23:
24: G_EXCEPTION_HALT_PROCESSING EXCEPTION;
25:
26: SUBTYPE optv_rec_type IS okl_options_pub.optv_rec_type;
27: SUBTYPE optv_tbl_type IS okl_options_pub.optv_tbl_type;
28:
29: SUBTYPE ovev_rec_type IS okl_options_pub.ovev_rec_type;
30: SUBTYPE ovev_tbl_type IS okl_options_pub.ovev_tbl_type;

Line 27: SUBTYPE optv_tbl_type IS okl_options_pub.optv_tbl_type;

23:
24: G_EXCEPTION_HALT_PROCESSING EXCEPTION;
25:
26: SUBTYPE optv_rec_type IS okl_options_pub.optv_rec_type;
27: SUBTYPE optv_tbl_type IS okl_options_pub.optv_tbl_type;
28:
29: SUBTYPE ovev_rec_type IS okl_options_pub.ovev_rec_type;
30: SUBTYPE ovev_tbl_type IS okl_options_pub.ovev_tbl_type;
31:

Line 29: SUBTYPE ovev_rec_type IS okl_options_pub.ovev_rec_type;

25:
26: SUBTYPE optv_rec_type IS okl_options_pub.optv_rec_type;
27: SUBTYPE optv_tbl_type IS okl_options_pub.optv_tbl_type;
28:
29: SUBTYPE ovev_rec_type IS okl_options_pub.ovev_rec_type;
30: SUBTYPE ovev_tbl_type IS okl_options_pub.ovev_tbl_type;
31:
32: SUBTYPE rulv_rec_type is okl_rule_apis_pvt.rulv_rec_type;
33: SUBTYPE rulv_disp_rec_type IS okl_rule_apis_pvt.rulv_disp_rec_type;

Line 30: SUBTYPE ovev_tbl_type IS okl_options_pub.ovev_tbl_type;

26: SUBTYPE optv_rec_type IS okl_options_pub.optv_rec_type;
27: SUBTYPE optv_tbl_type IS okl_options_pub.optv_tbl_type;
28:
29: SUBTYPE ovev_rec_type IS okl_options_pub.ovev_rec_type;
30: SUBTYPE ovev_tbl_type IS okl_options_pub.ovev_tbl_type;
31:
32: SUBTYPE rulv_rec_type is okl_rule_apis_pvt.rulv_rec_type;
33: SUBTYPE rulv_disp_rec_type IS okl_rule_apis_pvt.rulv_disp_rec_type;
34: