DBA Data[Home] [Help]

APPS.ECEINI dependencies on AP_INTERFACE_GROUPS_S

Line 227: select AP_INTERFACE_GROUPS_S.NEXTVAL

223: BEGIN
224: ec_debug.push('ECEINI.GET_GROUP_ID');
225:
226: if l_group_id IS NULL then
227: select AP_INTERFACE_GROUPS_S.NEXTVAL
228: into l_group_id
229: from dual;
230: end if;
231: ec_debug.pl(3,'l_group_id',l_group_id);