DBA Data[Home] [Help]

APPS.OKL_SETUPOPTVALUES_PVT dependencies on OKL_RULE_APIS_PVT

Line 32: SUBTYPE rulv_rec_type is okl_rule_apis_pvt.rulv_rec_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:
35: PROCEDURE get_rec(
36: p_ovev_rec IN ovev_rec_type,

Line 33: SUBTYPE rulv_disp_rec_type IS okl_rule_apis_pvt.rulv_disp_rec_type;

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:
35: PROCEDURE get_rec(
36: p_ovev_rec IN ovev_rec_type,
37: x_return_status OUT NOCOPY VARCHAR2,