DBA Data[Home] [Help]

APPS.AME_APPROVER_TYPE_PKG dependencies on FND_LOOKUPS

Line 529: origDisplayName fnd_lookups.meaning%type;

525: raise;
526: return(null);
527: end getApproverTypeDisplayName;
528: function getOrigSystemDisplayName(origSystemIn in varchar2) return varchar2 as
529: origDisplayName fnd_lookups.meaning%type;
530: begin
531: select meaning
532: into origDisplayName
533: from fnd_lookups

Line 533: from fnd_lookups

529: origDisplayName fnd_lookups.meaning%type;
530: begin
531: select meaning
532: into origDisplayName
533: from fnd_lookups
534: where
535: lookup_type = ame_util.origSystemLookupType and
536: lookup_code = origSystemIn and
537: sysdate between

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

1083: end;
1084: end;
1085: /*
1086: The following if statement reflects a kludge in the originating-system display-name
1087: data in fnd_lookups for FND responsibilities. The kludge is permanent, so we have
1088: to accommodate it here.
1089: */
1090: if origSystem is not null then
1091: if(origSystem like ame_util.fndRespOrigSystem || '%') then