DBA Data[Home] [Help]

APPS.OKL_SETUPFORMULAE_PVT dependencies on OKL_FMLA_OPRNDS_PUB

Line 34: SUBTYPE fodv_rec_type IS okl_fmla_oprnds_pub.fodv_rec_type;

30:
31: SUBTYPE fmav_rec_type IS okl_formulae_pub.fmav_rec_type;
32: SUBTYPE fmav_tbl_type IS okl_formulae_pub.fmav_tbl_type;
33:
34: SUBTYPE fodv_rec_type IS okl_fmla_oprnds_pub.fodv_rec_type;
35: SUBTYPE fodv_tbl_type IS okl_fmla_oprnds_pub.fodv_tbl_type;
36:
37: PROCEDURE get_rec(
38: p_fmav_rec IN fmav_rec_type,

Line 35: SUBTYPE fodv_tbl_type IS okl_fmla_oprnds_pub.fodv_tbl_type;

31: SUBTYPE fmav_rec_type IS okl_formulae_pub.fmav_rec_type;
32: SUBTYPE fmav_tbl_type IS okl_formulae_pub.fmav_tbl_type;
33:
34: SUBTYPE fodv_rec_type IS okl_fmla_oprnds_pub.fodv_rec_type;
35: SUBTYPE fodv_tbl_type IS okl_fmla_oprnds_pub.fodv_tbl_type;
36:
37: PROCEDURE get_rec(
38: p_fmav_rec IN fmav_rec_type,
39: x_return_status OUT NOCOPY VARCHAR2,