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 273: ame_absolute_job_level_handler.getJobLevelAndSupervisor(

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

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

349: tempApprover.name := COAInsertee.name;
350: tempApprover.orig_system := COAInsertee.orig_system;
351: tempApprover.orig_system_id := COAInsertee.orig_system_id;
352: tempApprover.display_name := COAInsertee.display_name;
353: ame_absolute_job_level_handler.getJobLevelAndSupervisor(personIdIn => tempApprover.orig_system_id,
354: jobLevelOut => tempJobLevel,
355: supervisorIdOut => tempSupervisorId);
356: getCatSourceAndAuthority(personIdIn => tempApprover.orig_system_id,
357: jobLevelIn => tempJobLevel,

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

408: tempApprover.orig_system_id := tempSupervisorId;
409: end if;
410: tempOldJobLevel := tempJobLevel;
411: if(tempSupervisorJobLevel is null) then
412: ame_absolute_job_level_handler.getJobLevelAndSupervisor(personIdIn => tempApprover.orig_system_id,
413: jobLevelOut => tempJobLevel,
414: supervisorIdOut => tempSupervisorId);
415: else
416: tempJobLevel := tempSupervisorJobLevel;