DBA Data[Home] [Help]

APPS.AMW_ASSERTIONS_PKG dependencies on FND_LOOKUPS

Line 56: from fnd_lookups

52: and assertion_code = p_assertion_code;
53:
54: select meaning
55: into yes
56: from fnd_lookups
57: where lookup_type='YES_NO'
58: and lookup_code='Y';
59:
60: select meaning

Line 62: from fnd_lookups

58: and lookup_code='Y';
59:
60: select meaning
61: into no
62: from fnd_lookups
63: where lookup_type='YES_NO'
64: and lookup_code='N';
65:
66: if n > 0 then