DBA Data[Home] [Help]

APPS.OKL_SETUPFMACONSTRAINTS_PVT dependencies on OKL_FORMULAE_PUB

Line 20: SUBTYPE fmav_rec_type IS okl_formulae_pub.fmav_rec_type;

16: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OKL_SETUPFMACONSTRAINTS_PVT';
17:
18: G_EXCEPTION_HALT_PROCESSING EXCEPTION;
19:
20: SUBTYPE fmav_rec_type IS okl_formulae_pub.fmav_rec_type;
21: SUBTYPE fmav_tbl_type IS okl_formulae_pub.fmav_tbl_type;
22:
23: SUBTYPE fodv_rec_type IS okl_fmla_oprnds_pub.fodv_rec_type;
24: SUBTYPE fodv_tbl_type IS okl_fmla_oprnds_pub.fodv_tbl_type;

Line 21: SUBTYPE fmav_tbl_type IS okl_formulae_pub.fmav_tbl_type;

17:
18: G_EXCEPTION_HALT_PROCESSING EXCEPTION;
19:
20: SUBTYPE fmav_rec_type IS okl_formulae_pub.fmav_rec_type;
21: SUBTYPE fmav_tbl_type IS okl_formulae_pub.fmav_tbl_type;
22:
23: SUBTYPE fodv_rec_type IS okl_fmla_oprnds_pub.fodv_rec_type;
24: SUBTYPE fodv_tbl_type IS okl_fmla_oprnds_pub.fodv_tbl_type;
25: