DBA Data[Home] [Help]

APPS.AHL_UTIL_UC_PKG dependencies on FND_APPLICATION

Line 326: FROM csi_txn_types ctxn, fnd_application app

322:
323: -- For transaction code.
324: CURSOR csi_txn_types_csr(p_txn_code IN VARCHAR2) IS
325: SELECT ctxn.transaction_type_id
326: FROM csi_txn_types ctxn, fnd_application app
327: WHERE ctxn.source_application_id = app.application_id
328: AND app.APPLICATION_SHORT_NAME = 'AHL'
329: AND ctxn.source_transaction_type = p_txn_code;
330: