DBA Data[Home] [Help]

APPS.HR_APPROVAL_SS dependencies on DUAL

Line 4072: from sys.dual;

4068: begin
4069: -- Get the next item key from the sequence
4070: select hr_workflow_item_key_s.nextval
4071: into p_item_key
4072: from sys.dual;
4073: exception
4074: when no_data_found then
4075: raise;
4076: -- need to pass proper error message