DBA Data[Home] [Help]

APPS.OKL_POPULATE_PRCENG_RESULT_PVT dependencies on OKL_SIF_PVT

Line 37: SUBTYPE sifv_rec_type IS okl_sif_pvt.sifv_rec_type;

33: SUBTYPE srsv_tbl_type IS okl_srs_pvt.srsv_tbl_type;
34: G_SRSV_TBL srsv_tbl_type;
35: G_COUNTER NUMBER := 0;
36: SUBTYPE srmv_rec_type IS okl_srm_pvt.srmv_rec_type;
37: SUBTYPE sifv_rec_type IS okl_sif_pvt.sifv_rec_type;
38: SUBTYPE srlv_rec_type IS okl_srl_pvt.okl_sif_ret_levels_v_rec_type;
39:
40: PROCEDURE populate_sif_rets (
41: p_api_version IN NUMBER,