DBA Data[Home] [Help]

APPS.FUN_WF_COMMON dependencies on HZ_RELATIONSHIPS

Line 989: hz_relationships hzr,

985: SELECT 'X'
986: FROM hz_parties p,
987: fnd_user fu,
988: fun_trx_headers ftrx,
989: hz_relationships hzr,
990: hz_org_contacts hc,
991: hz_org_contact_roles hcr
992: WHERE p.party_type = 'PERSON'
993: AND p.party_id = hzr.subject_id

Line 1013: hz_relationships rel,

1009: -- End: Bug No: 5897122
1010: CURSOR c_chk_role IS
1011: SELECT 'X'
1012: FROM fun_trx_headers trx,
1013: hz_relationships rel,
1014: fnd_user wf,
1015: hz_org_contacts c,
1016: hz_org_contact_roles cr
1017: WHERE wf.user_name = p_role_name