DBA Data[Home] [Help]

APPS.AME_MANAGER_FINAL_HANDLER dependencies on AME_ABSOLUTE_JOB_LEVEL_HANDLER

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

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

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

264: tempApprover.api_insertion := ame_util.apiAuthorityInsertion;
265: firstAuthInsExists := true;
266: end if;
267: /* The threshhold Job level is the job level of this tempApprover */
268: ame_absolute_job_level_handler.getJobLevelAndSupervisor(personIdIn => tempApprover.orig_system_id,
269: jobLevelOut => tempJobLevel,
270: supervisorIdOut => tempSupervisorId);
271: threshholdJobLevel := tempJobLevel;
272: parametersCount := parameters.count;

Line 335: ame_absolute_job_level_handler.getJobLevelAndSupervisor(

331: origSystemIdIn => tempApprover.orig_system_id,
332: nameOut => tempApprover.name,
333: displayNameOut => tempApprover.display_name);
334: if tempSupervisorJobLevel is null then
335: ame_absolute_job_level_handler.getJobLevelAndSupervisor(
336: personIdIn => tempApprover.orig_system_id,
337: jobLevelOut => tempJobLevel,
338: supervisorIdOut => tempSupervisorId);
339: else

Line 407: ame_absolute_job_level_handler.getJobLevelAndSupervisor(personIdIn => tempSupervisorId,

403: if(tempSupervisorJobLevel is null) then
404: if(tempSupervisorId is null) then
405: raise noSupervisorException;
406: end if;
407: ame_absolute_job_level_handler.getJobLevelAndSupervisor(personIdIn => tempSupervisorId,
408: jobLevelOut => tempSupervisorJobLevel,
409: supervisorIdOut => tempNextSupervisorId);
410: end if;
411: /* At this point finalAuthorityFound implies includeAllJobLevelApprovers, so

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

514: tempApprover.name := COAInsertee.name;
515: tempApprover.orig_system := COAInsertee.orig_system;
516: tempApprover.orig_system_id := COAInsertee.orig_system_id;
517: tempApprover.display_name := COAInsertee.display_name;
518: ame_absolute_job_level_handler.getJobLevelAndSupervisor(personIdIn => tempApprover.orig_system_id,
519: jobLevelOut => tempJobLevel,
520: supervisorIdOut => tempSupervisorId);
521: getCatSourceAndAuthority(personIdIn => tempApprover.orig_system_id,
522: jobLevelIn => tempJobLevel,

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

575: tempApprover.orig_system_id := tempSupervisorId;
576: end if;
577: tempOldJobLevel := tempJobLevel;
578: if(tempSupervisorJobLevel is null) then
579: ame_absolute_job_level_handler.getJobLevelAndSupervisor(personIdIn => tempApprover.orig_system_id,
580: jobLevelOut => tempJobLevel,
581: supervisorIdOut => tempSupervisorId);
582: else
583: tempJobLevel := tempSupervisorJobLevel;

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

620: tempApprover.name := COAInsertee.name;
621: tempApprover.orig_system := COAInsertee.orig_system;
622: tempApprover.orig_system_id := COAInsertee.orig_system_id;
623: tempApprover.display_name := COAInsertee.display_name;
624: ame_absolute_job_level_handler.getJobLevelAndSupervisor(personIdIn => tempApprover.orig_system_id,
625: jobLevelOut => tempJobLevel,
626: supervisorIdOut => tempSupervisorId);
627: getCatSourceAndAuthority(personIdIn => tempApprover.orig_system_id,
628: jobLevelIn => tempJobLevel,