DBA Data[Home] [Help]

APPS.OKL_POPULATE_PRCENG_RESULT_PVT dependencies on OKL_SIR_PVT

Line 31: SUBTYPE sirv_rec_type IS okl_sir_pvt.sirv_rec_type;

27: G_EXCEPTION_HALT_PROCESSING EXCEPTION;
28: G_EXCEPTION_ERROR EXCEPTION;
29: G_EXCEPTION_UNEXPECTED_ERROR EXCEPTION;
30:
31: SUBTYPE sirv_rec_type IS okl_sir_pvt.sirv_rec_type;
32: SUBTYPE srsv_rec_type IS okl_srs_pvt.srsv_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;