DBA Data[Home] [Help]

APPS.OKL_SETUPCGRPARAMETERS_PVT dependencies on OKL_CNTX_GRP_PRMTRS_PUB

Line 20: SUBTYPE cgmv_rec_type IS okl_cntx_grp_prmtrs_pub.cgmv_rec_type;

16: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OKL_SETUPCGRPARAMETERS_PVT';
17:
18: G_EXCEPTION_HALT_PROCESSING EXCEPTION;
19:
20: SUBTYPE cgmv_rec_type IS okl_cntx_grp_prmtrs_pub.cgmv_rec_type;
21: SUBTYPE cgmv_tbl_type IS okl_cntx_grp_prmtrs_pub.cgmv_tbl_type;
22:
23: PROCEDURE get_rec(
24: p_cgmv_rec IN cgmv_rec_type,

Line 21: SUBTYPE cgmv_tbl_type IS okl_cntx_grp_prmtrs_pub.cgmv_tbl_type;

17:
18: G_EXCEPTION_HALT_PROCESSING EXCEPTION;
19:
20: SUBTYPE cgmv_rec_type IS okl_cntx_grp_prmtrs_pub.cgmv_rec_type;
21: SUBTYPE cgmv_tbl_type IS okl_cntx_grp_prmtrs_pub.cgmv_tbl_type;
22:
23: PROCEDURE get_rec(
24: p_cgmv_rec IN cgmv_rec_type,
25: x_return_status OUT NOCOPY VARCHAR2,