DBA Data[Home] [Help]

APPS.AMW_SECURITY_PUB dependencies on FND_USER

Line 1040: from wf_local_roles incr1, fnd_user u1

1036: (
1037: select cp_user_name name from dual
1038: union all
1039: select incr1.name name
1040: from wf_local_roles incr1, fnd_user u1
1041: where 'HZ_PARTY' = incr1.orig_system
1042: and u1.user_name = cp_user_name
1043: and u1.person_party_id = incr1.orig_system_id
1044: and incr1.partition_id = 9 /* HZ_PARTY */

Line 1090: from wf_local_roles incr1, fnd_user u1

1086: (
1087: select cp_user_name name from dual
1088: union all
1089: select incr1.name name
1090: from wf_local_roles incr1, fnd_user u1
1091: where 'HZ_PARTY' = incr1.orig_system
1092: and u1.user_name = cp_user_name
1093: and u1.person_party_id = incr1.orig_system_id
1094: and incr1.partition_id = 9 /* HZ_PARTY */

Line 1138: from wf_local_roles incr1, fnd_user u1

1134: (
1135: select cp_user_name name from dual
1136: union all
1137: select incr1.name name
1138: from wf_local_roles incr1, fnd_user u1
1139: where 'HZ_PARTY' = incr1.orig_system
1140: and u1.user_name = cp_user_name
1141: and u1.person_party_id = incr1.orig_system_id
1142: and incr1.partition_id = 9 /* HZ_PARTY */