DBA Data[Home] [Help]

APPS.FND_SVC_COMPONENT dependencies on FND_SVC_COMPONENTS_V

Line 124: FROM fnd_svc_components_v

120:
121: IF l_container_type = pv_Container_Type_GSM THEN
122: SELECT concurrent_queue_name
123: INTO l_container_name
124: FROM fnd_svc_components_v
125: WHERE component_id = l_component_id;
126: END IF;
127:
128: EXCEPTION

Line 690: from fnd_svc_components_v where component_id = p_Component_Id;

686: end if;
687:
688: select container_type, concurrent_queue_name, standalone_container_name
689: into p_Container_Type, l_Concurrent_Queue_Name, l_Standalone_Container_Name
690: from fnd_svc_components_v where component_id = p_Component_Id;
691:
692: if (p_Container_Type = FND_SVC_COMPONENT.pv_Container_Type_GSM) then
693: p_Container_Name := l_Concurrent_Queue_Name;
694: else

Line 1569: from FND_SVC_COMPONENTS_V

1565:
1566: union
1567:
1568: select distinct concurrent_queue_name container_name, container_type
1569: from FND_SVC_COMPONENTS_V
1570: where container_type = pv_Container_Type_GSM and concurrent_queue_name is not null;
1571:
1572: begin
1573: