DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_PROCESS_PVT dependencies on OKL_STM_PVT

Line 774: x_stmv_rec OUT NOCOPY okl_stm_pvt.stmv_rec_type,

770: PROCEDURE get_stream_header(p_purpose_code IN VARCHAR2,
771: p_khr_id IN NUMBER,
772: p_kle_id IN NUMBER,
773: p_sty_id IN NUMBER,
774: x_stmv_rec OUT NOCOPY okl_stm_pvt.stmv_rec_type,
775: x_return_status OUT NOCOPY VARCHAR2) IS
776:
777: l_stmv_rec okl_stm_pvt.stmv_rec_type;
778: l_transaction_number NUMBER;

Line 777: l_stmv_rec okl_stm_pvt.stmv_rec_type;

773: p_sty_id IN NUMBER,
774: x_stmv_rec OUT NOCOPY okl_stm_pvt.stmv_rec_type,
775: x_return_status OUT NOCOPY VARCHAR2) IS
776:
777: l_stmv_rec okl_stm_pvt.stmv_rec_type;
778: l_transaction_number NUMBER;
779:
780: l_prog_name CONSTANT VARCHAR2(61) := G_PKG_NAME||'.'||'get_stream_header';
781: