DBA Data[Home] [Help]

APPS.ORACLEPLUGS dependencies on DUAL

Line 1082: from sys.dual;

1078: if l_plug_id(l_index) is null
1079: then
1080: select ICX_PAGE_PLUGS_S.nextval
1081: into l_plug_id(l_index)
1082: from sys.dual;
1083:
1084: if l_display_name(l_index) = l_display_name_old(l_index)
1085: then
1086: l_display_name(l_index) := '';

Line 1186: from sys.dual;

1182: if r_plug_id(l_index) is null
1183: then
1184: select ICX_PAGE_PLUGS_S.nextval
1185: into r_plug_id(l_index)
1186: from sys.dual;
1187:
1188: if r_display_name(l_index) = r_display_name_old(l_index)
1189: then
1190: r_display_name(l_index) := '';