DBA Data[Home] [Help]

APPS.HR_APPRAISAL_WORKFLOW_SS dependencies on DUAL

Line 591: select instr(lv_participants_list,hr_general_utilities.g_separator) into check_sep from dual;

587: return;
588: end if;
589:
590: -- check if the value has any delimiter in it
591: select instr(lv_participants_list,hr_general_utilities.g_separator) into check_sep from dual;
592: if(check_sep=0) then
593: -- no seperator(delimiter) found
594: ln_particpant_person_id := lv_participants_list;
595: lv_participants_list := null;