DBA Data[Home] [Help]

APPS.EAM_OTL_TIMECARD_PUB dependencies on FND_CONCURRENT

Line 1143: --l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('NORMAL', l_error_message);

1139: -- Initialize message list
1140: fnd_msg_pub.initialize;
1141:
1142: -- Initialize API return status to success
1143: --l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('NORMAL', l_error_message);
1144:
1145: l_stmt_num := 20;
1146:
1147: -- API starts

Line 1578: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR', g_msg); -- Bug 7559044

1574:
1575: g_msg := 'FAILURE -- Resource Transaction encountered errors; Please look into hxc_transactions table for details';
1576: fnd_file.put_line(FND_FILE.LOG, g_msg);
1577: /*Added for Bug 7559044*/
1578: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR', g_msg); -- Bug 7559044
1579:
1580:
1581: END retrieve_process;
1582: