DBA Data[Home] [Help]

APPS.IEX_DUNNING_PUB dependencies on FND_CONCURRENT

Line 1683: l_con_update_re_st := fnd_concurrent.set_completion_status (status => 'ERROR',

1679: FND_FILE.put_line( FND_FILE.LOG,'*******************************************************************************************************************************');
1680: FND_FILE.put_line( FND_FILE.LOG,'');
1681: l_err_message := 'ERROR: You can''t run this request id: ' || p_parent_request_id || ' in PREVIEW mode, as this request has been already submitted in FINAL mode. Run this in FINAL mode with process errors Y to process the errored records.';
1682: end if;
1683: l_con_update_re_st := fnd_concurrent.set_completion_status (status => 'ERROR',
1684: message => l_err_message);
1685: goto proc_end;
1686: elsif l_no_err_dunn_rec > 0 then
1687: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - Set the iex: send dunning cp to WARNING status as at least one dunning record is failed to process');

Line 1693: l_con_update_re_st := fnd_concurrent.set_completion_status (status => 'WARNING',

1689: FND_FILE.put_line( FND_FILE.LOG, '**********************************************************************************************************');
1690: FND_FILE.put_line( FND_FILE.LOG, '* WARNING: Concurrent program ended in WARNING, as at least one dunning record is failed to process *');
1691: FND_FILE.put_line( FND_FILE.LOG, '**********************************************************************************************************');
1692: FND_FILE.put_line( FND_FILE.LOG,'');
1693: l_con_update_re_st := fnd_concurrent.set_completion_status (status => 'WARNING',
1694: message => 'At least one dunning record is failed to process');
1695: end if;
1696:
1697: FND_FILE.put_line( FND_FILE.LOG,'');

Line 2165: l_con_update_re_st := fnd_concurrent.set_completion_status (status => 'WARNING',

2161: if l_running_level <> l_business_level then
2162: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Dunning Plan level is '||l_running_level ||' does not match the current business level '||l_business_level);
2163: l_org_id_coll_method := 'MISMATCH'; -- This is to end send dunning cp from running if Dunning Plan level does not match the current business level
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,

Line 2194: l_con_update_re_st := fnd_concurrent.set_completion_status (status => 'WARNING',

2190:
2191: if l_collections_method = 'STRATEGIES' then
2192: l_org_id_coll_method := 'ERROR'; -- This is to end send dunning cp from running if collections method is strategies
2193: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Concurrent program failed to run as collections method is set up as strategies');
2194: l_con_update_re_st := fnd_concurrent.set_completion_status (status => 'WARNING',
2195:
2196: message => 'Concurrent program failed to run as collections method is set up as strategies');
2197:
2198: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' Deciding the request id ');

Line 2241: l_con_update_re_st := fnd_concurrent.set_completion_status (status => 'WARNING',

2237: if (C_org_id_coll_method%NOTFOUND) then
2238: WriteLog(G_PKG_NAME || ' ' || l_api_name || 'C_org_id_coll_method%NOTFOUND ');
2239: l_org_id_coll_method := 'Unregistered';
2240: FND_FILE.PUT_LINE(FND_FILE.LOG, 'This opearting unit is not registered.Please check setup');
2241: l_con_update_re_st := fnd_concurrent.set_completion_status (status => 'WARNING',
2242:
2243: message => 'This opearting unit is not registered.Please check setup');
2244: end if;
2245: close C_org_id_coll_method;

Line 2249: l_con_update_re_st := fnd_concurrent.set_completion_status (status => 'WARNING',

2245: close C_org_id_coll_method;
2246:
2247: if l_org_id_coll_method <> 'DUNNING' then
2248: FND_FILE.PUT_LINE(FND_FILE.LOG, 'This opearting unit is not setup for dunning.Please check setup');
2249: l_con_update_re_st := fnd_concurrent.set_completion_status (status => 'WARNING',
2250:
2251: message => 'Opearting Unit is Not Setup for Dunning please check Setup');
2252:
2253: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' Deciding the request id ');

Line 2326: l_con_update_re_st := fnd_concurrent.set_completion_status (status => 'ERROR',

2322: if (l_dunning_type= 'DAYS_OVERDUE' and l_running_level='ACCOUNT')
2323: and (l_cust_prof_chk = 'BILL_TO' or l_cust_prof_chk = 'BILLTOACCOUNT') then
2324: FND_FILE.PUT_LINE(FND_FILE.LOG, ' Profile - IEX: Minimum Dunning Amount Profile Check= '||l_cust_prof_chk);
2325: FND_FILE.PUT_LINE(FND_FILE.LOG, ' When Dunning level is Account, value of profile "IEX: Minimum Dunning Amount Profile Check" can''t be "Bill To" or "Bill To and Account". ');
2326: l_con_update_re_st := fnd_concurrent.set_completion_status (status => 'ERROR',
2327: message => ' When Dunning level is Account, value of profile "IEX: Minimum Dunning Amount Profile Check" can''t be "Bill To" or "Bill To and Account". ');
2328: retcode := FND_API.G_RET_STS_ERROR;
2329: Return;
2330: end if;

Line 2965: l_con_update_re_st := fnd_concurrent.set_completion_status (status => 'WARNING',

2961: FND_FILE.PUT_LINE(FND_FILE.LOG, ' ');
2962: end if;
2963:
2964: if l_migrated_data = 'Y' then
2965: l_con_update_re_st := fnd_concurrent.set_completion_status (status => 'WARNING',
2966: message => 'Set Profile IEX: AR Dunning to IEX Dunning Migrated? value to No and then run the cp.');
2967: end if;
2968:
2969: EXCEPTION