DBA Data[Home] [Help]

APPS.HR_WORKFLOW_INSTALL_PKG dependencies on HR_WORKFLOWS_S

Line 386: values (hr_workflows_s.nextval, p_name);

382: begin
383: get_workflow_id(p_name);
384: if ( current_workflow_id is null ) then
385: insert into hr_workflows (workflow_id, workflow_name)
386: values (hr_workflows_s.nextval, p_name);
387: get_workflow_id (p_name);
388: end if;
389: end new_workflow;
390: procedure new_nav_unit (