DBA Data[Home] [Help]

APPS.BOM_RTG_NETWORK_API dependencies on DUAL

Line 45: from dual

41: net_exists NUMBER;
42: BEGIN
43: select 1
44: into net_exists
45: from dual
46: where exists (select null
47: from bom_operation_networks_v
48: where routing_sequence_id = p_rtg_sequence_id
49: and operation_type = 3);

Line 608: from dual

604: if check_network_exists (l_rtg_seq_id) then
605: BEGIN
606: select 1
607: into l_last_op
608: from dual
609: where not exists (select null
610: from bom_operation_networks_v
611: where from_seq_num = p_curr_line_op
612: and operation_type = 3

Line 630: from dual

626: else
627: BEGIN
628: select 1
629: into l_last_op
630: from dual
631: where not exists (select null
632: from bom_operation_sequences
633: where routing_sequence_id = l_rtg_seq_id
634: and operation_type = 3