DBA Data[Home] [Help]

APPS.HR_APPROVAL_WF dependencies on ICX_SEC

Line 1058: l_url := icx_sec.jumpintofunction

1054: -- get the url
1055: --
1056: l_url := hr_approval_custom.get_URL6;
1057: if l_url is null then
1058: l_url := icx_sec.jumpintofunction
1059: (p_application_id => 800
1060: ,p_function_code => 'PER_CALL_ON_FLOW_FUN'
1061: ,p_parameter1 => '800*PER_VACANCY_APPLICATION_F*' ||
1062: '800*PER_EMPK_VACANCIES_FP*' ||

Line 1128: l_url := icx_sec.jumpintofunction

1124: aname =>'PARAMETER1'));
1125: open g_csr_vacancies(l_vacancy_id);
1126: fetch g_csr_vacancies into g_vacancies;
1127: close g_csr_vacancies;
1128: l_url := icx_sec.jumpintofunction
1129: (p_application_id => 800
1130: ,p_function_code => 'PER_CALL_ON_FLOW_FUN'
1131: ,p_parameter1 => '800*PER_VACANCY_APPLICATION_F*' ||
1132: '800*PER_EMPK_VACANCY)_DETAILS_FP*' ||

Line 1383: l_url := icx_sec.jumpintofunction

1379: ,aname =>'PARAMETER1'));
1380:
1381: -- this is the same URL to link to pages that have the
1382: -- 'signup' button, except that link has DETAIL instead of DETAIL1
1383: l_url := icx_sec.jumpintofunction
1384: (p_application_id => 800
1385: ,p_function_code => 'PER_CALL_ON_FLOW_FUN'
1386: ,p_parameter1 => '810*OTA_TRAINING_ADMINISTRATION_F*' ||
1387: '810*OTA_SCHEDULED_EVENTS_FP*' ||

Line 1451: l_url := icx_sec.jumpintofunction

1447: (itemtype => itemtype
1448: ,itemkey => itemkey
1449: ,aname => 'CREATOR_PERSON_ID');
1450:
1451: l_url := icx_sec.jumpintofunction
1452: (p_application_id => 800
1453: ,p_function_code => 'PER_CALL_ON_FLOW_FUN'
1454: ,p_parameter1 => '800*PER_HUMAN_RESOURCES_F*' ||
1455: '800*PER_EMPLOYEE_DETAIL_LINKS_FP*' ||