DBA Data[Home] [Help]

APPS.HR_TASKFLOW_WORKFLOW dependencies on HR_WORKFLOWS_S

Line 430: select hr_workflows_s.nextval

426: if l_csr_workflow_id%notfound then
427: hr_utility.set_location(l_proc, 15);
428: -- select the sequence
429: begin
430: select hr_workflows_s.nextval
431: into g_workflow_id
432: from sys.dual;
433: exception
434: when others then