DBA Data[Home] [Help]

APPS.EAM_GENEALOGY_IMPORT_PVT dependencies on FND_API

Line 108: RAISE fnd_api.g_exc_error;

104: fnd_file.put_line(FND_FILE.LOG, 'Failed to Launch the Process.');
105: fnd_file.new_line(FND_FILE.LOG,1);
106: END IF;
107:
108: RAISE fnd_api.g_exc_error;
109: ELSE
110: IF G_DEBUG = 'Y' THEN
111: fnd_file.put_line(FND_FILE.LOG, 'Import Worker '||p_group_id||' successfully submitted.');
112: fnd_file.new_line(FND_FILE.LOG,1);