DBA Data[Home] [Help]

APPS.OKL_SETUPOPTRULES_PVT dependencies on OKL_OPTIONS_PUB

Line 23: SUBTYPE optv_rec_type IS okl_options_pub.optv_rec_type;

19: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OKL_SETUPOPTRULES_PVT';
20:
21: G_EXCEPTION_HALT_PROCESSING EXCEPTION;
22:
23: SUBTYPE optv_rec_type IS okl_options_pub.optv_rec_type;
24: SUBTYPE optv_tbl_type IS okl_options_pub.optv_tbl_type;
25:
26: SUBTYPE orlv_rec_type IS okl_option_rules_pub.orlv_rec_type;
27: SUBTYPE orlv_tbl_type IS okl_option_rules_pub.orlv_tbl_type;

Line 24: SUBTYPE optv_tbl_type IS okl_options_pub.optv_tbl_type;

20:
21: G_EXCEPTION_HALT_PROCESSING EXCEPTION;
22:
23: SUBTYPE optv_rec_type IS okl_options_pub.optv_rec_type;
24: SUBTYPE optv_tbl_type IS okl_options_pub.optv_tbl_type;
25:
26: SUBTYPE orlv_rec_type IS okl_option_rules_pub.orlv_rec_type;
27: SUBTYPE orlv_tbl_type IS okl_option_rules_pub.orlv_tbl_type;
28: