DBA Data[Home] [Help]

APPS.HR_APPROVAL_SS dependencies on HR_WORKFLOW_ITEM_KEY_S

Line 4070: select hr_workflow_item_key_s.nextval

4066: -- now check if we need to derive the item key from db seq
4067: if(p_item_key is null)then
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