DBA Data[Home] [Help]

APPS.AME_DUAL_CHAINS_HANDLER dependencies on AME_ABSOLUTE_JOB_LEVEL_HANDLER

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

96: if(supervisorJobLevel is null) then
97: if(supervisorIdIn is null) then
98: raise noSupervisorException;
99: end if;
100: ame_absolute_job_level_handler.getJobLevelAndSupervisor(personIdIn => supervisorIdIn,
101: jobLevelOut => supervisorJobLevel,
102: supervisorIdOut => nextSupervisorIdOut);
103: supervisorJobLevelOut := supervisorJobLevel;
104: end if;

Line 281: ame_absolute_job_level_handler.getJobLevelAndSupervisor(

277: tempApprover.api_insertion := ame_util.apiAuthorityInsertion;
278: firstAuthInsExists := true;
279: end if;
280: /* Get the threshholdJobLevel to convert parameters to absolute values */
281: ame_absolute_job_level_handler.getJobLevelAndSupervisor(
282: personIdIn => tempApprover.orig_system_id,
283: jobLevelOut => threshholdJobLevel,
284: supervisorIdOut => tempSupervisorId);
285: parseAndSortRules(chainNumIn => chainCounter);

Line 370: ame_absolute_job_level_handler.getJobLevelAndSupervisor(

366: tempApprover.name := COAInsertee.name;
367: tempApprover.orig_system := COAInsertee.orig_system;
368: tempApprover.orig_system_id := COAInsertee.orig_system_id;
369: tempApprover.display_name := COAInsertee.display_name;
370: ame_absolute_job_level_handler.getJobLevelAndSupervisor(
371: personIdIn => tempApprover.orig_system_id,
372: jobLevelOut => tempJobLevel,
373: supervisorIdOut => tempSupervisorId);
374: getCatSourceAndAuthority(personIdIn => tempApprover.orig_system_id,

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

426: tempApprover.orig_system_id := tempSupervisorId;
427: end if;
428: tempOldJobLevel := tempJobLevel;
429: if(tempSupervisorJobLevel is null) then
430: ame_absolute_job_level_handler.getJobLevelAndSupervisor(personIdIn => tempApprover.orig_system_id,
431: jobLevelOut => tempJobLevel,
432: supervisorIdOut => tempSupervisorId);
433: else
434: tempJobLevel := tempSupervisorJobLevel;