DBA Data[Home] [Help]

APPS.IEX_DUNNING_PUB dependencies on IEX_DUNNING_PVT

Line 82: IEX_DUNNING_PVT.Create_AG_DN_XREF(

78: for i in 1..p_ag_dn_xref_tbl.count
79: loop
80: l_ag_dn_xref_rec := p_ag_dn_xref_tbl(i);
81:
82: IEX_DUNNING_PVT.Create_AG_DN_XREF(
83: p_api_version => p_api_version
84: , p_init_msg_list => p_init_msg_list
85: , p_commit => p_commit
86: , p_ag_dn_xref_rec => l_ag_dn_xref_rec

Line 205: IEX_DUNNING_PVT.Update_AG_DN_XREF(

201: for i in 1..p_ag_dn_xref_tbl.count
202: loop
203: l_ag_dn_xref_rec := p_ag_dn_xref_tbl(i);
204:
205: IEX_DUNNING_PVT.Update_AG_DN_XREF(
206: p_api_version => p_api_version
207: , p_init_msg_list => p_init_msg_list
208: , p_commit => p_commit
209: , p_ag_dn_xref_rec => l_ag_dn_xref_rec

Line 322: IEX_DUNNING_PVT.Delete_AG_DN_XREF(

318:
319: --
320: -- Api body
321: --
322: IEX_DUNNING_PVT.Delete_AG_DN_XREF(
323: p_api_version => p_api_version
324: , p_init_msg_list => p_init_msg_list
325: , p_commit => p_commit
326: , p_AG_DN_XREF_id => p_AG_DN_XREF_id

Line 1086: IEX_DUNNING_PVT.Send_Level_Staged_Dunning(p_api_version => p_api_version

1082: --if l_confirmation_mode is NULL then
1083:
1084: if l_dunning_type = 'STAGED_DUNNING' then
1085: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - calling Send_Level_Staged_Dunning');
1086: IEX_DUNNING_PVT.Send_Level_Staged_Dunning(p_api_version => p_api_version
1087: ,p_init_msg_list => p_init_msg_list
1088: ,p_commit => p_commit
1089: ,p_running_level => p_running_level
1090: ,p_dunning_plan_id => p_dunning_plan_id

Line 1103: iex_dunning_pvt.g_included_current_invs := 'N';

1099: ,x_msg_data => l_msg_data);
1100: else
1101: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - calling send_level_dunning');
1102: --Begin bug#14173985 schekuri 14-Jun-2012
1103: iex_dunning_pvt.g_included_current_invs := 'N';
1104: iex_dunning_pvt.g_included_unapplied_rec := 'N';
1105: --End bug#14173985 schekuri 14-Jun-2012
1106: IEX_DUNNING_PVT.Send_Level_Dunning(p_api_version => p_api_version
1107: ,p_init_msg_list => p_init_msg_list

Line 1104: iex_dunning_pvt.g_included_unapplied_rec := 'N';

1100: else
1101: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - calling send_level_dunning');
1102: --Begin bug#14173985 schekuri 14-Jun-2012
1103: iex_dunning_pvt.g_included_current_invs := 'N';
1104: iex_dunning_pvt.g_included_unapplied_rec := 'N';
1105: --End bug#14173985 schekuri 14-Jun-2012
1106: IEX_DUNNING_PVT.Send_Level_Dunning(p_api_version => p_api_version
1107: ,p_init_msg_list => p_init_msg_list
1108: ,p_commit => p_commit

Line 1106: IEX_DUNNING_PVT.Send_Level_Dunning(p_api_version => p_api_version

1102: --Begin bug#14173985 schekuri 14-Jun-2012
1103: iex_dunning_pvt.g_included_current_invs := 'N';
1104: iex_dunning_pvt.g_included_unapplied_rec := 'N';
1105: --End bug#14173985 schekuri 14-Jun-2012
1106: IEX_DUNNING_PVT.Send_Level_Dunning(p_api_version => p_api_version
1107: ,p_init_msg_list => p_init_msg_list
1108: ,p_commit => p_commit
1109: ,p_running_level => p_running_level
1110: ,p_dunning_plan_id => p_dunning_plan_id

Line 1203: IEX_DUNNING_PVT.Send_Staged_Dunning(p_api_version => p_api_version

1199:
1200: --if l_confirmation_mode is NULL then
1201: if l_dunning_type = 'STAGED_DUNNING' then
1202: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - calling Send_Staged_Dunning');
1203: IEX_DUNNING_PVT.Send_Staged_Dunning(p_api_version => p_api_version
1204: ,p_init_msg_list => p_init_msg_list
1205: ,p_commit => p_commit
1206: ,p_dunning_plan_id => p_dunning_plan_id
1207: ,p_correspondence_date => p_correspondence_date

Line 1218: IEX_DUNNING_PVT.Send_Dunning(p_api_version => p_api_version

1214: ,x_msg_count => l_msg_count
1215: ,x_msg_data => l_msg_data);
1216: else
1217: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - calling Send_Dunning');
1218: IEX_DUNNING_PVT.Send_Dunning(p_api_version => p_api_version
1219: ,p_init_msg_list => p_init_msg_list
1220: ,p_commit => p_commit
1221: ,p_dunning_plan_id => p_dunning_plan_id
1222: ,p_delinquencies_tbl => l_delinquencies_tbl

Line 1278: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - calling iex_dunning_pvt.Close_Staged_Dunning');

1274: l_delinquencies_Tbl(1).delinquency_id := l_dunning_object_id;
1275: end if;
1276:
1277: if l_dunning_type = 'STAGED_DUNNING' then
1278: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - calling iex_dunning_pvt.Close_Staged_Dunning');
1279: iex_dunning_pvt.Close_Staged_Dunning(
1280: p_api_version => p_api_version
1281: , p_init_msg_list => p_init_msg_list
1282: , p_commit => p_commit

Line 1279: iex_dunning_pvt.Close_Staged_Dunning(

1275: end if;
1276:
1277: if l_dunning_type = 'STAGED_DUNNING' then
1278: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - calling iex_dunning_pvt.Close_Staged_Dunning');
1279: iex_dunning_pvt.Close_Staged_Dunning(
1280: p_api_version => p_api_version
1281: , p_init_msg_list => p_init_msg_list
1282: , p_commit => p_commit
1283: , p_delinquencies_tbl => l_delinquencies_Tbl

Line 1293: iex_dunning_pvt.Close_DUNNING(

1289: , x_msg_data => x_msg_data);
1290: else
1291: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - CloseDunning');
1292:
1293: iex_dunning_pvt.Close_DUNNING(
1294: p_api_version => p_api_version
1295: , p_init_msg_list => p_init_msg_list
1296: , p_commit => p_commit
1297: , p_delinquencies_tbl => l_delinquencies_Tbl

Line 1321: IEX_DUNNING_PVT.Update_DUNNING(

1317: end if;
1318:
1319: l_dunning_rec_upd.status := 'OPEN';
1320:
1321: IEX_DUNNING_PVT.Update_DUNNING(
1322: p_api_version => 1.0
1323: , p_init_msg_list => FND_API.G_FALSE
1324: , p_commit => FND_API.G_TRUE
1325: , p_dunning_rec => l_dunning_rec_upd

Line 1527: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Start calling IEX_DUNNING_PVT.stage_dunning_inv_copy');

1523: -- Now, COLLECTIONS STAGE DUNNING INVOICE is not null;
1524:
1525: FND_FILE.PUT_LINE(FND_FILE.LOG, 'COLLECTIONS STAGE DUNNING INVOICE='||l_dunn_invoice_ct);
1526: IF (p_parent_request_id is NULL OR p_process_err_rec_only = 'Y') THEN
1527: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Start calling IEX_DUNNING_PVT.stage_dunning_inv_copy');
1528: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - Start stage_dunning_inv_copy');
1529:
1530: IEX_DUNNING_PVT.stage_dunning_inv_copy(
1531: p_api_version => 1.0

Line 1530: IEX_DUNNING_PVT.stage_dunning_inv_copy(

1526: IF (p_parent_request_id is NULL OR p_process_err_rec_only = 'Y') THEN
1527: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Start calling IEX_DUNNING_PVT.stage_dunning_inv_copy');
1528: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - Start stage_dunning_inv_copy');
1529:
1530: IEX_DUNNING_PVT.stage_dunning_inv_copy(
1531: p_api_version => 1.0
1532: , p_init_msg_list => FND_API.G_FALSE
1533: , p_commit => FND_API.G_TRUE
1534: , p_no_of_workers => l_no_of_workers

Line 1547: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Return status of IEX_DUNNING_PVT.stage_dunning_inv_copy='||l_return_status);

1543: , x_msg_count => l_msg_count
1544: , x_msg_data => l_msg_data
1545: );
1546:
1547: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Return status of IEX_DUNNING_PVT.stage_dunning_inv_copy='||l_return_status);
1548: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - Return status of IEX_DUNNING_PVT.stage_dunning_inv_copy='||l_return_status);
1549:
1550: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1551: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - Cannot create invoice copy');

Line 1548: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - Return status of IEX_DUNNING_PVT.stage_dunning_inv_copy='||l_return_status);

1544: , x_msg_data => l_msg_data
1545: );
1546:
1547: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Return status of IEX_DUNNING_PVT.stage_dunning_inv_copy='||l_return_status);
1548: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - Return status of IEX_DUNNING_PVT.stage_dunning_inv_copy='||l_return_status);
1549:
1550: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1551: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - Cannot create invoice copy');
1552: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Cannot create invoice copy');

Line 1628: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - before alling iex_dunning_pvt.gen_xml_data_dunning');

1624: close c_no_err_dunn_rec;
1625: l_no_of_succ_rec_bylastrun := (l_no_of_rec_prc_bylastrun - l_no_of_fail_rec_bylastrun);
1626: end if;
1627:
1628: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - before alling iex_dunning_pvt.gen_xml_data_dunning');
1629:
1630: if l_con_proc_mode in ('FINALDRAFT','DRAFTDRAFT') then
1631: l_process_err_rec_only := 'N';
1632: else

Line 1636: iex_dunning_pvt.gen_xml_data_dunning( p_request_id => l_req_id,

1632: else
1633: l_process_err_rec_only := p_process_err_rec_only;
1634: end if;
1635:
1636: iex_dunning_pvt.gen_xml_data_dunning( p_request_id => l_req_id,
1637: p_running_level => p_running_level,
1638: p_dunning_plan_id => p_dunning_plan_id,
1639: p_dunning_mode => p_dunning_mode,
1640: p_confirmation_mode => l_confirmation_mode,

Line 1651: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - After alling iex_dunning_pvt.gen_xml_data_dunning');

1647: x_no_of_succ_rec => l_no_of_succ_rec,
1648: x_no_of_fail_rec => l_no_of_fail_rec
1649: );
1650:
1651: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - After alling iex_dunning_pvt.gen_xml_data_dunning');
1652: --End adding for bug 8489610 by gnramasa 14-May-09
1653:
1654: --Set the iex: send dunning cp to WARNING status if at least one dunning record is failed to process
1655: open c_no_err_dunn_rec (l_req_id);

Line 1793: IEX_DUNNING_PVT.Daily_Dunning(

1789: --
1790:
1791: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - Calling PVT');
1792:
1793: IEX_DUNNING_PVT.Daily_Dunning(
1794: p_api_version => p_api_version
1795: , p_init_msg_list => p_init_msg_list
1796: , p_commit => p_commit
1797: , p_running_level => p_running_level

Line 2168: iex_dunning_pvt.gen_xml_data_dunning(p_request_id => l_req_id,

2164: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Concurrent program failed to run as Dunning Plan level is '||l_running_level ||' does not match the current business level '||l_business_level);
2165: l_con_update_re_st := fnd_concurrent.set_completion_status (status => 'WARNING',
2166:
2167: message => 'Concurrent program failed to run as Dunning Plan level is '||l_running_level ||' does not match the current business level '||l_business_level);
2168: iex_dunning_pvt.gen_xml_data_dunning(p_request_id => l_req_id,
2169: p_running_level => l_running_level,
2170: p_dunning_plan_id => DUNNING_PLAN_ID,
2171: p_dunning_mode => p_dunning_mode,
2172: p_confirmation_mode => l_confirmation_mode,

Line 2219: iex_dunning_pvt.gen_xml_data_dunning(p_request_id => l_req_id,

2215: end if;
2216:
2217:
2218:
2219: iex_dunning_pvt.gen_xml_data_dunning(p_request_id => l_req_id,
2220: p_running_level => l_running_level,
2221: p_dunning_plan_id => DUNNING_PLAN_ID,
2222: p_dunning_mode => p_dunning_mode,
2223: p_confirmation_mode => l_confirmation_mode,

Line 2274: iex_dunning_pvt.gen_xml_data_dunning(p_request_id => l_req_id,

2270: end if;
2271:
2272:
2273:
2274: iex_dunning_pvt.gen_xml_data_dunning(p_request_id => l_req_id,
2275: p_running_level => l_running_level,
2276: p_dunning_plan_id => DUNNING_PLAN_ID,
2277: p_dunning_mode => p_dunning_mode,
2278: p_confirmation_mode => l_confirmation_mode,