DBA Data[Home] [Help]

APPS.MSC_UPDATE_RESOURCE dependencies on DUAL

Line 266: from dual;

262: begin
263:
264: select msc_undo_summary_s.nextval
265: into v_undo_id
266: from dual;
267:
268: if undo_type = 2 then -- update
269:
270: i := 1;

Line 968: from dual;

964: v_transaction_id NUMBER;
965: BEGIN
966: select msc_net_resource_avail_s.nextval
967: into v_transaction_id
968: from dual;
969:
970: return v_transaction_id;
971: END;
972:

Line 1279: from dual;

1275: -- if nvl(v_new_capacity_units,0) <>0 then
1276:
1277: select msc_net_resource_avail_s.nextval
1278: into v_transaction_id
1279: from dual;
1280:
1281: -- insert parent record
1282:
1283: insert into msc_net_resource_avail