DBA Data[Home] [Help]

APPS.IEX_GAR_PUB dependencies on FND_API

Line 172: p_init_msg_list => FND_API.G_FALSE,

168: IEX_TERR_WINNERS_PUB.Print_Debug('Starting JTY_ASSIGN_BULK_PUB.get_winners for worker '|| p_worker_id);
169:
170: JTY_ASSIGN_BULK_PUB.get_winners(
171: p_api_version_number => 1.0,
172: p_init_msg_list => FND_API.G_FALSE,
173: p_source_id => -1600,
174: p_trans_id => -1601,
175: p_program_name => 'COLLECTIONS/CUSTOMER PROGRAM',
176: p_mode => l_target_type,

Line 273: --retcode := FND_API.G_RET_STS_UNEXP_ERROR;

269: IEX_TERR_WINNERS_PUB.Print_Debug('Exception: others in IEX_GAR_PUB::Generate_Access_Records');
270: IEX_TERR_WINNERS_PUB.Print_Debug('SQLCODE ' || to_char(SQLCODE) || ' SQLERRM ' || SQLERRM );
271: errbuf := SQLERRM;
272: retcode := SQLCODE;
273: --retcode := FND_API.G_RET_STS_UNEXP_ERROR;
274: l_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR', SQLERRM);
275: END Generate_Access_Records;
276:
277: /*-------------------------------------------------------------------------*

Line 385: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

381: where request_id is not null and rownum < 2 ;
382: exception
383: when others then
384: IEX_TERR_WINNERS_PUB.Print_Debug('Cannot restart- JTF_TAE_1001_ACCOUNT_TRANS is Empty');
385: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
386: end;
387: px_terr_globals.prev_request_id := l_ata_request_id_of_failed_gar;
388: ELSE
389: px_terr_globals.prev_request_id := p_prev_request_id;