DBA Data[Home] [Help]

APPS.WF_DIRECTORY dependencies on WF_DIRECTORY_PARTITIONS_VL

Line 837: from wf_directory_partitions_vl

833:
834: select orig_system, display_name
835: into GetRolePartitionInfo.orig_system,
836: GetRolePartitionInfo.display_name
837: from wf_directory_partitions_vl
838: where GetRolePartitionInfo.partition_id <> 1
839: and partition_id = GetRolePartitionInfo.partition_id
840: or GetRolePartitionInfo.partition_id = 1
841: and orig_system = GetRolePartitionInfo.orig_system;

Line 865: from wf_directory_partitions_vl

861:
862: select orig_system, display_name
863: into GetRolePartitionInfo.orig_system,
864: GetRolePartitionInfo.display_name
865: from wf_directory_partitions_vl
866: where GetRolePartitionInfo.partition_id <> 1
867: and partition_id = GetRolePartitionInfo.partition_id
868: or GetRolePartitionInfo.partition_id = 1
869: and orig_system = GetRolePartitionInfo.orig_system;