DBA Data[Home] [Help]

APPS.OKL_PAY_INVOICES_CONS_PVT dependencies on OKL_CIN_PVT

Line 20: cin_rec OKL_CIN_PVT.cin_rec_type,

16: --end:| 01-MAY-2007 cklee -- Disbursement changes for R12B, bug fixed: |
17:
18: TYPE cnsld_invs_type IS RECORD (
19:
20: cin_rec OKL_CIN_PVT.cin_rec_type,
21: tplv_tbl OKL_TPL_PVT.tplv_tbl_type
22:
23: );
24:

Line 875: l_cin_tbl OKL_CIN_PVT.cin_tbl_type;

871: -- Declare Process variables
872: ------------------------------------------------------------
873: l_msg_index_out NUMBER;
874:
875: l_cin_tbl OKL_CIN_PVT.cin_tbl_type;
876: lx_cin_tbl OKL_CIN_PVT.cin_tbl_type;
877:
878: l_cin_rec OKL_CIN_PVT.cin_rec_type;
879: lx_cin_rec OKL_CIN_PVT.cin_rec_type;

Line 876: lx_cin_tbl OKL_CIN_PVT.cin_tbl_type;

872: ------------------------------------------------------------
873: l_msg_index_out NUMBER;
874:
875: l_cin_tbl OKL_CIN_PVT.cin_tbl_type;
876: lx_cin_tbl OKL_CIN_PVT.cin_tbl_type;
877:
878: l_cin_rec OKL_CIN_PVT.cin_rec_type;
879: lx_cin_rec OKL_CIN_PVT.cin_rec_type;
880:

Line 878: l_cin_rec OKL_CIN_PVT.cin_rec_type;

874:
875: l_cin_tbl OKL_CIN_PVT.cin_tbl_type;
876: lx_cin_tbl OKL_CIN_PVT.cin_tbl_type;
877:
878: l_cin_rec OKL_CIN_PVT.cin_rec_type;
879: lx_cin_rec OKL_CIN_PVT.cin_rec_type;
880:
881: l_tplv_rec OKL_TPL_PVT.tplv_rec_type;
882: lx_tplv_rec OKL_TPL_PVT.tplv_rec_type;

Line 879: lx_cin_rec OKL_CIN_PVT.cin_rec_type;

875: l_cin_tbl OKL_CIN_PVT.cin_tbl_type;
876: lx_cin_tbl OKL_CIN_PVT.cin_tbl_type;
877:
878: l_cin_rec OKL_CIN_PVT.cin_rec_type;
879: lx_cin_rec OKL_CIN_PVT.cin_rec_type;
880:
881: l_tplv_rec OKL_TPL_PVT.tplv_rec_type;
882: lx_tplv_rec OKL_TPL_PVT.tplv_rec_type;
883:

Line 1682: -- l_cin_tbl OKL_CIN_PVT.cin_tbl_type;

1678: -- Declare Process variables
1679: ------------------------------------------------------------
1680: l_msg_index_out NUMBER;
1681:
1682: -- l_cin_tbl OKL_CIN_PVT.cin_tbl_type;
1683: -- lx_cin_tbl OKL_CIN_PVT.cin_tbl_type;
1684:
1685: l_cin_rec OKL_CIN_PVT.cin_rec_type;
1686: lx_cin_rec OKL_CIN_PVT.cin_rec_type;

Line 1683: -- lx_cin_tbl OKL_CIN_PVT.cin_tbl_type;

1679: ------------------------------------------------------------
1680: l_msg_index_out NUMBER;
1681:
1682: -- l_cin_tbl OKL_CIN_PVT.cin_tbl_type;
1683: -- lx_cin_tbl OKL_CIN_PVT.cin_tbl_type;
1684:
1685: l_cin_rec OKL_CIN_PVT.cin_rec_type;
1686: lx_cin_rec OKL_CIN_PVT.cin_rec_type;
1687:

Line 1685: l_cin_rec OKL_CIN_PVT.cin_rec_type;

1681:
1682: -- l_cin_tbl OKL_CIN_PVT.cin_tbl_type;
1683: -- lx_cin_tbl OKL_CIN_PVT.cin_tbl_type;
1684:
1685: l_cin_rec OKL_CIN_PVT.cin_rec_type;
1686: lx_cin_rec OKL_CIN_PVT.cin_rec_type;
1687:
1688: l_tplv_rec OKL_TPL_PVT.tplv_rec_type;
1689: lx_tplv_rec OKL_TPL_PVT.tplv_rec_type;

Line 1686: lx_cin_rec OKL_CIN_PVT.cin_rec_type;

1682: -- l_cin_tbl OKL_CIN_PVT.cin_tbl_type;
1683: -- lx_cin_tbl OKL_CIN_PVT.cin_tbl_type;
1684:
1685: l_cin_rec OKL_CIN_PVT.cin_rec_type;
1686: lx_cin_rec OKL_CIN_PVT.cin_rec_type;
1687:
1688: l_tplv_rec OKL_TPL_PVT.tplv_rec_type;
1689: lx_tplv_rec OKL_TPL_PVT.tplv_rec_type;
1690:

Line 2215: OKL_CIN_PVT.insert_row(

2211: l_cin_rec.LAST_UPDATE_DATE := sysdate ;
2212: l_cin_rec.accts_pay_cc_id := NVL(r_invoice.tap_ccid,r_invoice.cr_ccid);
2213: l_cin_rec.REQUEST_ID := Fnd_Global.CONC_REQUEST_ID ; -- 11-Dec-2007 cklee -- Fixed bug: 6682348 -- stamped request_id when insert
2214:
2215: OKL_CIN_PVT.insert_row(
2216: p_api_version => p_api_version,
2217: p_init_msg_list => p_init_msg_list,
2218: x_return_status => x_return_status,
2219: x_msg_count => x_msg_count,

Line 4311: l_cin_tbl OKL_CIN_PVT.cin_tbl_type;

4307:
4308: l_commit_cnt NUMBER;
4309: l_MAX_commit_cnt NUMBER := 500;
4310:
4311: l_cin_tbl OKL_CIN_PVT.cin_tbl_type;
4312: lx_cin_tbl OKL_CIN_PVT.cin_tbl_type;
4313:
4314: l_cin_rec OKL_CIN_PVT.cin_rec_type;
4315: lx_cin_rec OKL_CIN_PVT.cin_rec_type;

Line 4312: lx_cin_tbl OKL_CIN_PVT.cin_tbl_type;

4308: l_commit_cnt NUMBER;
4309: l_MAX_commit_cnt NUMBER := 500;
4310:
4311: l_cin_tbl OKL_CIN_PVT.cin_tbl_type;
4312: lx_cin_tbl OKL_CIN_PVT.cin_tbl_type;
4313:
4314: l_cin_rec OKL_CIN_PVT.cin_rec_type;
4315: lx_cin_rec OKL_CIN_PVT.cin_rec_type;
4316:

Line 4314: l_cin_rec OKL_CIN_PVT.cin_rec_type;

4310:
4311: l_cin_tbl OKL_CIN_PVT.cin_tbl_type;
4312: lx_cin_tbl OKL_CIN_PVT.cin_tbl_type;
4313:
4314: l_cin_rec OKL_CIN_PVT.cin_rec_type;
4315: lx_cin_rec OKL_CIN_PVT.cin_rec_type;
4316:
4317: l_tplv_rec OKL_TPL_PVT.tplv_rec_type;
4318: lx_tplv_rec OKL_TPL_PVT.tplv_rec_type;

Line 4315: lx_cin_rec OKL_CIN_PVT.cin_rec_type;

4311: l_cin_tbl OKL_CIN_PVT.cin_tbl_type;
4312: lx_cin_tbl OKL_CIN_PVT.cin_tbl_type;
4313:
4314: l_cin_rec OKL_CIN_PVT.cin_rec_type;
4315: lx_cin_rec OKL_CIN_PVT.cin_rec_type;
4316:
4317: l_tplv_rec OKL_TPL_PVT.tplv_rec_type;
4318: lx_tplv_rec OKL_TPL_PVT.tplv_rec_type;
4319:

Line 4470: OKL_CIN_PVT.insert_row(

4466: LOOP
4467:
4468: l_cin_rec := l_cnsld_invs(i).cin_rec;
4469:
4470: OKL_CIN_PVT.insert_row(
4471: p_api_version => p_api_version,
4472: p_init_msg_list => p_init_msg_list,
4473: x_return_status => x_return_status,
4474: x_msg_count => x_msg_count,