DBA Data[Home] [Help]

APPS.WSMPLOAD dependencies on FND_CONCURRENT

Line 1766: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','Errors encountered in interface txn please check the log file.');

1762: p_run_log_level => l_log_level
1763: );
1764: End if;
1765:
1766: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','Errors encountered in interface txn please check the log file.');
1767:
1768: end if;
1769:
1770: commit;

Line 1800: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','Errors encountered in interface txn, please check the log file.');

1796:
1797: errbuf := l_error_msg;
1798: retcode := -1;
1799:
1800: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','Errors encountered in interface txn, please check the log file.');
1801: commit;
1802: -- ST : Added for bug 5297923 : end --
1803:
1804: WHEN OTHERS THEN

Line 1818: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','Errors encountered in interface txn, please check the log file.');

1814:
1815: fnd_message.set_name('WSM','WSM_GENERIC_ERROR');
1816: errbuf := fnd_message.get;
1817: retcode := -1;
1818: l_conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','Errors encountered in interface txn, please check the log file.');
1819: commit;
1820:
1821: END LOAD;
1822: