DBA Data[Home] [Help]

APPS.IEX_CO_WF dependencies on IEX_OPEN_INTERFACE_PUB

Line 33: iex_open_interface_pub.insert_pending(

29: itemkey => itemkey,
30: aname => 'DELINQUENCY_ID');
31:
32: FOR cur IN l_khr_csr(l_delinquency_id) LOOP
33: iex_open_interface_pub.insert_pending(
34: p_api_version => l_api_version,
35: p_init_msg_list => l_init_msg_list,
36: p_object1_id1 => cur.object_id,
37: p_object1_id2 => '#',

Line 113: iex_open_interface_pub.insert_pending(

109: itemkey => itemkey,
110: aname => 'DELINQUENCY_ID');
111:
112: FOR cur IN l_khr_csr(l_delinquency_id) LOOP
113: iex_open_interface_pub.insert_pending(
114: p_api_version => l_api_version,
115: p_init_msg_list => l_init_msg_list,
116: p_object1_id1 => cur.object_id,
117: p_object1_id2 => '#',

Line 193: iex_open_interface_pub.insert_pending(

189: itemkey => itemkey,
190: aname => 'DELINQUENCY_ID');
191:
192: FOR cur IN l_khr_csr(l_delinquency_id) LOOP
193: iex_open_interface_pub.insert_pending(
194: p_api_version => l_api_version,
195: p_init_msg_list => l_init_msg_list,
196: p_object1_id1 => cur.object_id,
197: p_object1_id2 => '#',

Line 285: l_oinv_rec iex_open_interface_pub.oinv_rec_type;

281: AND IOH.jtot_object1_code = 'OKX_LEASE'
282: AND (IOH.ACTION = IEX_OPI_PVT.ACTION_TRANSFER_EXT_AGNCY)
283: AND (IOH.STATUS = IEX_OPI_PVT.STATUS_PROCESSED);
284:
285: l_oinv_rec iex_open_interface_pub.oinv_rec_type;
286: lx_oinv_rec iex_open_interface_pub.oinv_rec_type;
287: l_iohv_rec iex_open_interface_pub.iohv_rec_type;
288: lx_iohv_rec iex_open_interface_pub.iohv_rec_type;
289: BEGIN

Line 286: lx_oinv_rec iex_open_interface_pub.oinv_rec_type;

282: AND (IOH.ACTION = IEX_OPI_PVT.ACTION_TRANSFER_EXT_AGNCY)
283: AND (IOH.STATUS = IEX_OPI_PVT.STATUS_PROCESSED);
284:
285: l_oinv_rec iex_open_interface_pub.oinv_rec_type;
286: lx_oinv_rec iex_open_interface_pub.oinv_rec_type;
287: l_iohv_rec iex_open_interface_pub.iohv_rec_type;
288: lx_iohv_rec iex_open_interface_pub.iohv_rec_type;
289: BEGIN
290: if (funcmode = 'RUN') then

Line 287: l_iohv_rec iex_open_interface_pub.iohv_rec_type;

283: AND (IOH.STATUS = IEX_OPI_PVT.STATUS_PROCESSED);
284:
285: l_oinv_rec iex_open_interface_pub.oinv_rec_type;
286: lx_oinv_rec iex_open_interface_pub.oinv_rec_type;
287: l_iohv_rec iex_open_interface_pub.iohv_rec_type;
288: lx_iohv_rec iex_open_interface_pub.iohv_rec_type;
289: BEGIN
290: if (funcmode = 'RUN') then
291: l_delinquency_id := wf_engine.GetItemAttrText( itemtype => itemtype,

Line 288: lx_iohv_rec iex_open_interface_pub.iohv_rec_type;

284:
285: l_oinv_rec iex_open_interface_pub.oinv_rec_type;
286: lx_oinv_rec iex_open_interface_pub.oinv_rec_type;
287: l_iohv_rec iex_open_interface_pub.iohv_rec_type;
288: lx_iohv_rec iex_open_interface_pub.iohv_rec_type;
289: BEGIN
290: if (funcmode = 'RUN') then
291: l_delinquency_id := wf_engine.GetItemAttrText( itemtype => itemtype,
292: itemkey => itemkey,

Line 309: iex_open_interface_pub.review_transfer(

305: l_iohv_rec.request_date := cur.request_date;
306: l_iohv_rec.process_date := cur.process_date;
307: l_iohv_rec.ext_agncy_id := cur.ext_agncy_id;
308:
309: iex_open_interface_pub.review_transfer(
310: p_api_version => l_api_version,
311: p_init_msg_list => l_init_msg_list,
312: p_oinv_rec => l_oinv_rec,
313: p_iohv_rec => l_iohv_rec,

Line 389: l_oinv_rec iex_open_interface_pub.oinv_rec_type;

385: AND IOH.jtot_object1_code = 'OKX_LEASE'
386: AND (IOH.ACTION = IEX_OPI_PVT.ACTION_TRANSFER_EXT_AGNCY)
387: AND (IOH.STATUS = IEX_OPI_PVT.STATUS_NOTIFIED OR IOH.STATUS = IEX_OPI_PVT.STATUS_PROCESSED);
388:
389: l_oinv_rec iex_open_interface_pub.oinv_rec_type;
390: lx_oinv_rec iex_open_interface_pub.oinv_rec_type;
391: l_iohv_rec iex_open_interface_pub.iohv_rec_type;
392: lx_iohv_rec iex_open_interface_pub.iohv_rec_type;
393: BEGIN

Line 390: lx_oinv_rec iex_open_interface_pub.oinv_rec_type;

386: AND (IOH.ACTION = IEX_OPI_PVT.ACTION_TRANSFER_EXT_AGNCY)
387: AND (IOH.STATUS = IEX_OPI_PVT.STATUS_NOTIFIED OR IOH.STATUS = IEX_OPI_PVT.STATUS_PROCESSED);
388:
389: l_oinv_rec iex_open_interface_pub.oinv_rec_type;
390: lx_oinv_rec iex_open_interface_pub.oinv_rec_type;
391: l_iohv_rec iex_open_interface_pub.iohv_rec_type;
392: lx_iohv_rec iex_open_interface_pub.iohv_rec_type;
393: BEGIN
394: if (funcmode = 'RUN') then

Line 391: l_iohv_rec iex_open_interface_pub.iohv_rec_type;

387: AND (IOH.STATUS = IEX_OPI_PVT.STATUS_NOTIFIED OR IOH.STATUS = IEX_OPI_PVT.STATUS_PROCESSED);
388:
389: l_oinv_rec iex_open_interface_pub.oinv_rec_type;
390: lx_oinv_rec iex_open_interface_pub.oinv_rec_type;
391: l_iohv_rec iex_open_interface_pub.iohv_rec_type;
392: lx_iohv_rec iex_open_interface_pub.iohv_rec_type;
393: BEGIN
394: if (funcmode = 'RUN') then
395: l_delinquency_id := wf_engine.GetItemAttrText( itemtype => itemtype,

Line 392: lx_iohv_rec iex_open_interface_pub.iohv_rec_type;

388:
389: l_oinv_rec iex_open_interface_pub.oinv_rec_type;
390: lx_oinv_rec iex_open_interface_pub.oinv_rec_type;
391: l_iohv_rec iex_open_interface_pub.iohv_rec_type;
392: lx_iohv_rec iex_open_interface_pub.iohv_rec_type;
393: BEGIN
394: if (funcmode = 'RUN') then
395: l_delinquency_id := wf_engine.GetItemAttrText( itemtype => itemtype,
396: itemkey => itemkey,

Line 408: iex_open_interface_pub.recall_transfer(p_api_version => l_api_version

404: l_iohv_rec.object1_id2 := cur.object1_id2;
405: l_iohv_rec.jtot_object1_code := cur.jtot_object1_code;
406: l_iohv_rec.ext_agncy_id := cur.ext_agncy_id;
407:
408: iex_open_interface_pub.recall_transfer(p_api_version => l_api_version
409: ,p_init_msg_list => l_init_msg_list
410: ,p_interface_id => l_oinv_rec.id
411: ,p_recall_date => SYSDATE
412: ,p_comments => null