DBA Data[Home] [Help]

APPS.OKL_SETUPOPTRULES_PVT dependencies on OKL_OPTION_RULES_PUB

Line 26: SUBTYPE orlv_rec_type IS okl_option_rules_pub.orlv_rec_type;

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:
29: PROCEDURE get_rec(
30: p_orlv_rec IN orlv_rec_type,

Line 27: SUBTYPE orlv_tbl_type IS okl_option_rules_pub.orlv_tbl_type;

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:
29: PROCEDURE get_rec(
30: p_orlv_rec IN orlv_rec_type,
31: x_return_status OUT NOCOPY VARCHAR2,