DBA Data[Home] [Help]

APPS.AHL_UTIL_UC_PKG dependencies on FND_APPLICATION

Line 321: FROM csi_txn_types ctxn, fnd_application app

317:
318: -- For transaction code.
319: CURSOR csi_txn_types_csr(p_txn_code IN VARCHAR2) IS
320: SELECT ctxn.transaction_type_id
321: FROM csi_txn_types ctxn, fnd_application app
322: WHERE ctxn.source_application_id = app.application_id
323: AND app.APPLICATION_SHORT_NAME = 'AHL'
324: AND ctxn.source_transaction_type = p_txn_code;
325: