DBA Data[Home] [Help]

APPS.OKL_MISC_TRANS_PVT dependencies on OKL_TRX_CONTRACTS_PVT

Line 886: x_tclv_rec OUT NOCOPY okl_trx_contracts_pvt.tclv_rec_type) IS

882: PROCEDURE populate_jrnl_lines(p_tcn_id IN NUMBER,
883: p_khr_id IN NUMBER,
884: p_currency_code IN VARCHAR2,
885: p_jrnl_line_rec IN jrnl_line_rec_type,
886: x_tclv_rec OUT NOCOPY okl_trx_contracts_pvt.tclv_rec_type) IS
887:
888: l_tclv_rec okl_trx_contracts_pvt.tclv_rec_type;
889: l_prog_name CONSTANT VARCHAR2(61) := G_PKG_NAME||'.'||' populate_jrnl_lines ';
890: BEGIN

Line 888: l_tclv_rec okl_trx_contracts_pvt.tclv_rec_type;

884: p_currency_code IN VARCHAR2,
885: p_jrnl_line_rec IN jrnl_line_rec_type,
886: x_tclv_rec OUT NOCOPY okl_trx_contracts_pvt.tclv_rec_type) IS
887:
888: l_tclv_rec okl_trx_contracts_pvt.tclv_rec_type;
889: l_prog_name CONSTANT VARCHAR2(61) := G_PKG_NAME||'.'||' populate_jrnl_lines ';
890: BEGIN
891: IF(p_jrnl_line_rec.id IS NOT NULL) THEN
892: l_tclv_rec.id := p_jrnl_line_rec.id;

Line 988: l_tclv_rec okl_trx_contracts_pvt.tclv_rec_type;

984:
985: l_tcnv_rec okl_trans_contracts_pvt.tcnv_rec_type;
986: lx_tcnv_rec okl_trans_contracts_pvt.tcnv_rec_type;
987:
988: l_tclv_rec okl_trx_contracts_pvt.tclv_rec_type;
989: lx_tclv_rec okl_trx_contracts_pvt.tclv_rec_type;
990:
991: lx_return_status VARCHAR2(1);
992:

Line 989: lx_tclv_rec okl_trx_contracts_pvt.tclv_rec_type;

985: l_tcnv_rec okl_trans_contracts_pvt.tcnv_rec_type;
986: lx_tcnv_rec okl_trans_contracts_pvt.tcnv_rec_type;
987:
988: l_tclv_rec okl_trx_contracts_pvt.tclv_rec_type;
989: lx_tclv_rec okl_trx_contracts_pvt.tclv_rec_type;
990:
991: lx_return_status VARCHAR2(1);
992:
993: BEGIN

Line 1107: l_tclv_rec okl_trx_contracts_pvt.tclv_rec_type;

1103:
1104: l_tcnv_rec okl_trans_contracts_pvt.tcnv_rec_type;
1105: lx_tcnv_rec okl_trans_contracts_pvt.tcnv_rec_type;
1106:
1107: l_tclv_rec okl_trx_contracts_pvt.tclv_rec_type;
1108: lx_tclv_rec okl_trx_contracts_pvt.tclv_rec_type;
1109:
1110: lx_return_status VARCHAR2(1);
1111:

Line 1108: lx_tclv_rec okl_trx_contracts_pvt.tclv_rec_type;

1104: l_tcnv_rec okl_trans_contracts_pvt.tcnv_rec_type;
1105: lx_tcnv_rec okl_trans_contracts_pvt.tcnv_rec_type;
1106:
1107: l_tclv_rec okl_trx_contracts_pvt.tclv_rec_type;
1108: lx_tclv_rec okl_trx_contracts_pvt.tclv_rec_type;
1109:
1110: lx_return_status VARCHAR2(1);
1111:
1112: BEGIN