DBA Data[Home] [Help]

APPS.OKL_SETUPFORMULAE_PVT dependencies on OKL_FORMULAE_PUB

Line 31: SUBTYPE fmav_rec_type IS okl_formulae_pub.fmav_rec_type;

27: G_FORMULA_TYPE CONSTANT VARCHAR2(10) := 'GRNC';
28:
29: G_EXCEPTION_HALT_PROCESSING EXCEPTION;
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;

Line 32: SUBTYPE fmav_tbl_type IS okl_formulae_pub.fmav_tbl_type;

28:
29: G_EXCEPTION_HALT_PROCESSING EXCEPTION;
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: