DBA Data[Home] [Help]

APPS.AME_LI_JOB_LEVEL_HANDLER dependencies on AME_ABSOLUTE_JOB_LEVEL_HANDLER

Line 95: ame_absolute_job_level_handler.getJobLevelAndSupervisor(personIdIn => supervisorIdIn,

91: if(supervisorJobLevel is null) then
92: if(supervisorIdIn is null) then
93: raise noSupervisorException;
94: end if;
95: ame_absolute_job_level_handler.getJobLevelAndSupervisor(personIdIn => supervisorIdIn,
96: jobLevelOut => supervisorJobLevel,
97: supervisorIdOut => nextSupervisorIdOut);
98: supervisorJobLevelOut := supervisorJobLevel;
99: end if;

Line 270: ame_absolute_job_level_handler.getJobLevelAndSupervisor(

266: tempApprover.api_insertion := ame_util.apiAuthorityInsertion;
267: firstAuthInsExists := true;
268: end if;
269: /* Get the threshholdJobLevel to convert parameters to absolute values */
270: ame_absolute_job_level_handler.getJobLevelAndSupervisor(
271: personIdIn => tempApprover.orig_system_id,
272: jobLevelOut => threshholdJobLevel,
273: supervisorIdOut => tempSupervisorId);
274: tempJobLevel := threshholdJobLevel;

Line 349: ame_absolute_job_level_handler.getJobLevelAndSupervisor(personIdIn => tempApprover.orig_system_id,

345: tempApprover.name := COAInsertee.name;
346: tempApprover.orig_system := COAInsertee.orig_system;
347: tempApprover.orig_system_id := COAInsertee.orig_system_id;
348: tempApprover.display_name := COAInsertee.display_name;
349: ame_absolute_job_level_handler.getJobLevelAndSupervisor(personIdIn => tempApprover.orig_system_id,
350: jobLevelOut => tempJobLevel,
351: supervisorIdOut => tempSupervisorId);
352: getCatSourceAndAuthority(personIdIn => tempApprover.orig_system_id,
353: jobLevelIn => tempJobLevel,

Line 408: ame_absolute_job_level_handler.getJobLevelAndSupervisor(personIdIn => tempApprover.orig_system_id,

404: tempApprover.orig_system_id := tempSupervisorId;
405: end if;
406: tempOldJobLevel := tempJobLevel;
407: if(tempSupervisorJobLevel is null) then
408: ame_absolute_job_level_handler.getJobLevelAndSupervisor(personIdIn => tempApprover.orig_system_id,
409: jobLevelOut => tempJobLevel,
410: supervisorIdOut => tempSupervisorId);
411: else
412: tempJobLevel := tempSupervisorJobLevel;