DBA Data[Home] [Help]

APPS.AME_APPROVER_TYPE_PKG dependencies on FND_LOOKUPS

Line 490: origDisplayName fnd_lookups.meaning%type;

486: raise;
487: return(null);
488: end getApproverTypeDisplayName;
489: function getOrigSystemDisplayName(origSystemIn in varchar2) return varchar2 as
490: origDisplayName fnd_lookups.meaning%type;
491: begin
492: select meaning
493: into origDisplayName
494: from fnd_lookups

Line 494: from fnd_lookups

490: origDisplayName fnd_lookups.meaning%type;
491: begin
492: select meaning
493: into origDisplayName
494: from fnd_lookups
495: where
496: lookup_type = ame_util.origSystemLookupType and
497: lookup_code = origSystemIn and
498: sysdate between

Line 1043: data in fnd_lookups for FND responsibilities. The kludge is permanent, so we have

1039: end;
1040: end;
1041: /*
1042: The following if statement reflects a kludge in the originating-system display-name
1043: data in fnd_lookups for FND responsibilities. The kludge is permanent, so we have
1044: to accommodate it here.
1045: */
1046: if origSystem is not null then
1047: if(origSystem like ame_util.fndRespOrigSystem || '%') then