DBA Data[Home] [Help]

APPS.EAM_MAT_REQ_UTILITY_PVT dependencies on DUAL

Line 593: FROM dual

589: l_count NUMBER := 0 ;
590:
591: BEGIN
592: SELECT count(*) into l_count
593: FROM dual
594: WHERE exists (
595: SELECT 1
596: FROM wip_requirement_operations
597: WHERE operation_seq_num = p_operation_seq_num