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

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

Line 367: ame_absolute_job_level_handler.getJobLevelAndSupervisor(

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

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

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