DBA Data[Home] [Help]

APPS.HR_APPROVAL_SS dependencies on DUAL

Line 5113: from sys.dual;

5109: begin
5110: -- Get the next item key from the sequence
5111: select hr_workflow_item_key_s.nextval
5112: into p_item_key
5113: from sys.dual;
5114: exception
5115: when no_data_found then
5116: raise;
5117: -- need to pass proper error message