DBA Data[Home] [Help]

APPS.OKL_SETUPOVERULES_PVT dependencies on OKL_OPTION_RULES_PUB

Line 29: SUBTYPE ovdv_rec_type IS okl_option_rules_pub.ovdv_rec_type;

25:
26: SUBTYPE ovev_rec_type IS okl_options_pub.ovev_rec_type;
27: SUBTYPE ovev_tbl_type IS okl_options_pub.ovev_tbl_type;
28:
29: SUBTYPE ovdv_rec_type IS okl_option_rules_pub.ovdv_rec_type;
30: SUBTYPE ovdv_tbl_type IS okl_option_rules_pub.ovdv_tbl_type;
31:
32: PROCEDURE get_rec(
33: p_ovdv_rec IN ovdv_rec_type,

Line 30: SUBTYPE ovdv_tbl_type IS okl_option_rules_pub.ovdv_tbl_type;

26: SUBTYPE ovev_rec_type IS okl_options_pub.ovev_rec_type;
27: SUBTYPE ovev_tbl_type IS okl_options_pub.ovev_tbl_type;
28:
29: SUBTYPE ovdv_rec_type IS okl_option_rules_pub.ovdv_rec_type;
30: SUBTYPE ovdv_tbl_type IS okl_option_rules_pub.ovdv_tbl_type;
31:
32: PROCEDURE get_rec(
33: p_ovdv_rec IN ovdv_rec_type,
34: x_return_status OUT NOCOPY VARCHAR2,