DBA Data[Home] [Help]

APPS.GMO_DOCUMENT_NUMBERS_PVT dependencies on FND_LOOKUP_VALUES_VL

Line 28: FROM FND_LOOKUP_VALUES_VL LK

24: --This cursor is used to obtain the transaction name for the specified transaction type code.
25: --This cursor will be used only if there exists no document numbers for the specified organization ID and transaction type.
26: CURSOR GET_TRANS_NAME_C IS
27: SELECT LK.MEANING
28: FROM FND_LOOKUP_VALUES_VL LK
29: WHERE LK.LOOKUP_TYPE = 'GMO_TRANSACTION_TYPES'
30: AND LK.LOOKUP_CODE = P_TRANSACTION_TYPE;
31:
32: