APPS.AHL_COMPLETIONS_PVT dependencies on EAM_JOB_COMPLETION_TXNS
Line 675: FROM EAM_JOB_COMPLETION_TXNS
671: CURSOR get_eam_txn_rec( c_wip_entity_id NUMBER )
672: IS
673: SELECT transaction_type,
674: transaction_date 675: FROM EAM_JOB_COMPLETION_TXNS 676: WHERE wip_entity_id = p_wip_entity_id
677: ORDER BY transaction_date DESC;
678:
679: BEGIN