DBA Data[Home] [Help]

APPS.IBE_LEAD_IMPORT_PVT dependencies on IBE_LEAD_IMPORT_LOG_S1

Line 50: select ibe_lead_import_log_s1.nextval

46: l_write_detail_profile VARCHAR2(255);
47: Begin
48: printDebug('Inside write_log', 'write_log');
49: BEGIN
50: select ibe_lead_import_log_s1.nextval
51: into l_log_id
52: From dual;
53: Exception
54: when NO_DATA_FOUND then