DBA Data[Home] [Help]

APPS.AP_OPEN_ITEMS_REVAL_PKG dependencies on FND_LOOKUPS

Line 997: from fnd_lookups

993: end if;
994:
995: select meaning
996: into g_trans_to_gl_only_dsp
997: from fnd_lookups
998: where lookup_type = 'YES_NO'
999: and lookup_code = P_TRANSFER_TO_GL_ONLY;
1000:
1001: select meaning

Line 1003: from fnd_lookups

999: and lookup_code = P_TRANSFER_TO_GL_ONLY;
1000:
1001: select meaning
1002: into g_cleared_only_dsp
1003: from fnd_lookups
1004: where lookup_type = 'YES_NO'
1005: and lookup_code = P_CLEARED_ONLY;
1006:
1007: /* Bugs 14297602, 14136626*/