DBA Data[Home] [Help]

APPS.BOM_RTG_NETWORK_VALIDATE_API dependencies on DUAL

Line 52: FROM dual

48: net_exists NUMBER;
49: BEGIN
50: SELECT 1
51: INTO net_exists
52: FROM dual
53: WHERE EXISTS (SELECT null
54: FROM bom_operation_networks_v
55: WHERE routing_sequence_id = p_rtg_sequence_id
56: AND operation_type = p_operation_type);