DBA Data[Home] [Help]

APPS.AME_APPROVER_TYPE_PKG dependencies on AME_ENGINE

Line 681: ame_engine.getHeaderAttValue2(attributeNameIn => ame_util.nonDefPosStructureAttr);

677: elsif(approverIn.orig_system = ame_util.posOrigSystem) then
678: superiorFound := false;
679: origSystemId := possibleSubordApproverIn.orig_system_id;
680: positionStructureId :=
681: ame_engine.getHeaderAttValue2(attributeNameIn => ame_util.nonDefPosStructureAttr);
682: loop
683: select str.parent_position_id
684: into superiorId
685: from per_pos_structure_elements str,

Line 1506: positionStructureId := ame_engine.getHeaderAttValue2(attributeNameIn =>ame_util.nonDefPosStructureAttr);

1502: raise noSurrogateException;
1503: end if;
1504: elsif(approverIn.orig_system = ame_util.posOrigSystem) then
1505: superiorOut.orig_system := ame_util.posOrigSystem;
1506: positionStructureId := ame_engine.getHeaderAttValue2(attributeNameIn =>ame_util.nonDefPosStructureAttr);
1507: if (positionStructureId is null) then
1508: select
1509: str.parent_position_id,
1510: wf_roles.name,

Line 1699: positionStructureId := ame_engine.getHeaderAttValue2(attributeNameIn =>ame_util.nonDefPosStructureAttr);

1695: if(origSystemIdOut is null) then
1696: raise noSurrogateException;
1697: end if;
1698: elsif(origSystemIn = ame_util.posOrigSystem) then
1699: positionStructureId := ame_engine.getHeaderAttValue2(attributeNameIn =>ame_util.nonDefPosStructureAttr);
1700: if (positionStructureId is null) then
1701: select
1702: str.parent_position_id,
1703: wf_roles.name,