DBA Data[Home] [Help]

APPS.OKL_CO_WF dependencies on IEX_OPEN_INTERFACE_PUB

Line 544: iex_open_interface_pub.insert_pending(

540: itemkey => itemkey,
541: aname => 'DELINQUENCY_ID');
542:
543: FOR cur IN l_khr_csr(l_delinquency_id) LOOP
544: iex_open_interface_pub.insert_pending(
545: p_api_version => l_api_version,
546: p_init_msg_list => l_init_msg_list,
547: p_object1_id1 => cur.object_id,
548: p_object1_id2 => '#',

Line 658: iex_open_interface_pub.insert_pending(

654: itemkey => itemkey,
655: aname => 'DELINQUENCY_ID');
656:
657: FOR cur IN l_khr_csr(l_delinquency_id) LOOP
658: iex_open_interface_pub.insert_pending(
659: p_api_version => l_api_version,
660: p_init_msg_list => l_init_msg_list,
661: p_object1_id1 => cur.object_id,
662: p_object1_id2 => '#',

Line 851: iex_open_interface_pub.insert_pending(

847: itemkey => itemkey,
848: aname => 'DELINQUENCY_ID');
849:
850: FOR cur IN l_khr_csr(l_delinquency_id) LOOP
851: iex_open_interface_pub.insert_pending(
852: p_api_version => l_api_version,
853: p_init_msg_list => l_init_msg_list,
854: p_object1_id1 => cur.object_id,
855: p_object1_id2 => '#',

Line 943: l_oinv_rec iex_open_interface_pub.oinv_rec_type;

939: AND IOH.jtot_object1_code = 'OKX_LEASE'
940: AND (IOH.ACTION = IEX_OPI_PVT.ACTION_TRANSFER_EXT_AGNCY)
941: AND (IOH.STATUS = IEX_OPI_PVT.STATUS_PROCESSED);
942:
943: l_oinv_rec iex_open_interface_pub.oinv_rec_type;
944: lx_oinv_rec iex_open_interface_pub.oinv_rec_type;
945: l_iohv_rec iex_open_interface_pub.iohv_rec_type;
946: lx_iohv_rec iex_open_interface_pub.iohv_rec_type;
947: BEGIN

Line 944: lx_oinv_rec iex_open_interface_pub.oinv_rec_type;

940: AND (IOH.ACTION = IEX_OPI_PVT.ACTION_TRANSFER_EXT_AGNCY)
941: AND (IOH.STATUS = IEX_OPI_PVT.STATUS_PROCESSED);
942:
943: l_oinv_rec iex_open_interface_pub.oinv_rec_type;
944: lx_oinv_rec iex_open_interface_pub.oinv_rec_type;
945: l_iohv_rec iex_open_interface_pub.iohv_rec_type;
946: lx_iohv_rec iex_open_interface_pub.iohv_rec_type;
947: BEGIN
948: if (funcmode = 'RUN') then

Line 945: l_iohv_rec iex_open_interface_pub.iohv_rec_type;

941: AND (IOH.STATUS = IEX_OPI_PVT.STATUS_PROCESSED);
942:
943: l_oinv_rec iex_open_interface_pub.oinv_rec_type;
944: lx_oinv_rec iex_open_interface_pub.oinv_rec_type;
945: l_iohv_rec iex_open_interface_pub.iohv_rec_type;
946: lx_iohv_rec iex_open_interface_pub.iohv_rec_type;
947: BEGIN
948: if (funcmode = 'RUN') then
949: l_delinquency_id := wf_engine.GetItemAttrText( itemtype => itemtype,

Line 946: lx_iohv_rec iex_open_interface_pub.iohv_rec_type;

942:
943: l_oinv_rec iex_open_interface_pub.oinv_rec_type;
944: lx_oinv_rec iex_open_interface_pub.oinv_rec_type;
945: l_iohv_rec iex_open_interface_pub.iohv_rec_type;
946: lx_iohv_rec iex_open_interface_pub.iohv_rec_type;
947: BEGIN
948: if (funcmode = 'RUN') then
949: l_delinquency_id := wf_engine.GetItemAttrText( itemtype => itemtype,
950: itemkey => itemkey,

Line 967: iex_open_interface_pub.review_transfer(

963: l_iohv_rec.request_date := cur.request_date;
964: l_iohv_rec.process_date := cur.process_date;
965: l_iohv_rec.ext_agncy_id := cur.ext_agncy_id;
966:
967: iex_open_interface_pub.review_transfer(
968: p_api_version => l_api_version,
969: p_init_msg_list => l_init_msg_list,
970: p_oinv_rec => l_oinv_rec,
971: p_iohv_rec => l_iohv_rec,

Line 1047: l_oinv_rec iex_open_interface_pub.oinv_rec_type;

1043: AND IOH.jtot_object1_code = 'OKX_LEASE'
1044: AND (IOH.ACTION = IEX_OPI_PVT.ACTION_TRANSFER_EXT_AGNCY)
1045: AND (IOH.STATUS = IEX_OPI_PVT.STATUS_NOTIFIED OR IOH.STATUS = IEX_OPI_PVT.STATUS_PROCESSED);
1046:
1047: l_oinv_rec iex_open_interface_pub.oinv_rec_type;
1048: lx_oinv_rec iex_open_interface_pub.oinv_rec_type;
1049: l_iohv_rec iex_open_interface_pub.iohv_rec_type;
1050: lx_iohv_rec iex_open_interface_pub.iohv_rec_type;
1051: BEGIN

Line 1048: lx_oinv_rec iex_open_interface_pub.oinv_rec_type;

1044: AND (IOH.ACTION = IEX_OPI_PVT.ACTION_TRANSFER_EXT_AGNCY)
1045: AND (IOH.STATUS = IEX_OPI_PVT.STATUS_NOTIFIED OR IOH.STATUS = IEX_OPI_PVT.STATUS_PROCESSED);
1046:
1047: l_oinv_rec iex_open_interface_pub.oinv_rec_type;
1048: lx_oinv_rec iex_open_interface_pub.oinv_rec_type;
1049: l_iohv_rec iex_open_interface_pub.iohv_rec_type;
1050: lx_iohv_rec iex_open_interface_pub.iohv_rec_type;
1051: BEGIN
1052: if (funcmode = 'RUN') then

Line 1049: l_iohv_rec iex_open_interface_pub.iohv_rec_type;

1045: AND (IOH.STATUS = IEX_OPI_PVT.STATUS_NOTIFIED OR IOH.STATUS = IEX_OPI_PVT.STATUS_PROCESSED);
1046:
1047: l_oinv_rec iex_open_interface_pub.oinv_rec_type;
1048: lx_oinv_rec iex_open_interface_pub.oinv_rec_type;
1049: l_iohv_rec iex_open_interface_pub.iohv_rec_type;
1050: lx_iohv_rec iex_open_interface_pub.iohv_rec_type;
1051: BEGIN
1052: if (funcmode = 'RUN') then
1053: l_delinquency_id := wf_engine.GetItemAttrText( itemtype => itemtype,

Line 1050: lx_iohv_rec iex_open_interface_pub.iohv_rec_type;

1046:
1047: l_oinv_rec iex_open_interface_pub.oinv_rec_type;
1048: lx_oinv_rec iex_open_interface_pub.oinv_rec_type;
1049: l_iohv_rec iex_open_interface_pub.iohv_rec_type;
1050: lx_iohv_rec iex_open_interface_pub.iohv_rec_type;
1051: BEGIN
1052: if (funcmode = 'RUN') then
1053: l_delinquency_id := wf_engine.GetItemAttrText( itemtype => itemtype,
1054: itemkey => itemkey,

Line 1066: iex_open_interface_pub.recall_transfer(p_api_version => l_api_version

1062: l_iohv_rec.object1_id2 := cur.object1_id2;
1063: l_iohv_rec.jtot_object1_code := cur.jtot_object1_code;
1064: l_iohv_rec.ext_agncy_id := cur.ext_agncy_id;
1065:
1066: iex_open_interface_pub.recall_transfer(p_api_version => l_api_version
1067: ,p_init_msg_list => l_init_msg_list
1068: ,p_interface_id => l_oinv_rec.id
1069: ,p_recall_date => SYSDATE
1070: ,p_comments => null