DBA Data[Home] [Help]

APPS.AHL_COMPLETIONS_PVT dependencies on EAM_JOB_COMPLETION_TXNS

Line 649: FROM EAM_JOB_COMPLETION_TXNS

645: CURSOR get_eam_txn_rec( c_wip_entity_id NUMBER )
646: IS
647: SELECT transaction_type,
648: transaction_date
649: FROM EAM_JOB_COMPLETION_TXNS
650: WHERE wip_entity_id = p_wip_entity_id
651: ORDER BY transaction_date DESC;
652:
653: BEGIN