DBA Data[Home] [Help]

APPS.FUN_WF_COMMON dependencies on HZ_RELATIONSHIPS

Line 1183: hz_relationships hzr,

1179: SELECT 'X'
1180: FROM hz_parties p,
1181: fnd_user fu,
1182: fun_trx_headers ftrx,
1183: hz_relationships hzr,
1184: hz_org_contacts hc,
1185: hz_org_contact_roles hcr
1186: WHERE p.party_type = 'PERSON'
1187: AND p.party_id = hzr.subject_id

Line 1207: hz_relationships rel,

1203: -- End: Bug No: 5897122
1204: CURSOR c_chk_role IS
1205: SELECT 'X'
1206: FROM fun_trx_headers trx,
1207: hz_relationships rel,
1208: fnd_user wf,
1209: hz_org_contacts c,
1210: hz_org_contact_roles cr
1211: WHERE wf.user_name = p_role_name