DBA Data[Home] [Help]

APPS.AHL_PRD_SERN_CHANGE_PVT dependencies on FND_APPLICATION

Line 21: FROM csi_txn_types ctxn, fnd_application app

17:
18: -- For transaction code.
19: CURSOR csi_txn_types_csr(p_txn_code IN VARCHAR2) IS
20: SELECT ctxn.transaction_type_id
21: FROM csi_txn_types ctxn, fnd_application app
22: WHERE ctxn.source_application_id = app.application_id
23: AND app.APPLICATION_SHORT_NAME = 'AHL'
24: AND ctxn.source_transaction_type = p_txn_code;
25: