DBA Data[Home] [Help]

APPS.IBE_WORKFLOW_PVT dependencies on FND_LOOKUPS

Line 10046: from fnd_lookups

10042: document IN OUT NOCOPY VARCHAR2,
10043: document_type IN OUT NOCOPY VARCHAR2 ) is
10044: cursor c_fnd_lkpup_value(c_fnd_code VARCHAR2) is
10045: select meaning
10046: from fnd_lookups
10047: where lookup_type = 'IBE_QUOTE_UPDATE_PRIVILEGE_WF'
10048: and lookup_code = c_fnd_code;
10049:
10050: rec_fnd_lkpup_value c_fnd_lkpup_value%rowtype;

Line 10119: from fnd_lookups

10115: document IN OUT NOCOPY VARCHAR2,
10116: document_type IN OUT NOCOPY VARCHAR2 ) is
10117: cursor c_fnd_lookup_value(c_fnd_code VARCHAR2) is
10118: select meaning
10119: from fnd_lookups
10120: where lookup_type = 'ASO_SALESREP_ASSISTANCE_REASON'
10121: and lookup_code = c_fnd_code;
10122:
10123: rec_fnd_lkpup_value c_fnd_lookup_value%rowtype;