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 270: ame_absolute_job_level_handler.getJobLevelAndSupervisor(personIdIn => tempApprover.orig_system_id,

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

Line 337: ame_absolute_job_level_handler.getJobLevelAndSupervisor(

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

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

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

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

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

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

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

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

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