DBA Data[Home] [Help]

APPS.PV_USER_MGMT_PVT dependencies on HZ_PARTIES

Line 52: from HZ_PARTIES PERSON_HZP, HZ_RELATIONSHIPS HZR, PV_PARTNER_PROFILES pvpp, hz_org_contacts hzoc, HZ_PARTIES ORG_HZP

48:
49:
50: cursor c_get_user_details(cv_person_rel_party_id NUMBER) IS
51: select pvpp.partner_id, pvpp.PARTNER_GROUP_ID , person_hzp.PERSON_FIRST_NAME, person_hzp.person_last_name, hzoc.org_contact_id, org_hzp.party_name
52: from HZ_PARTIES PERSON_HZP, HZ_RELATIONSHIPS HZR, PV_PARTNER_PROFILES pvpp, hz_org_contacts hzoc, HZ_PARTIES ORG_HZP
53: where HZR.party_id = cv_person_rel_party_id
54: and HZR.directional_flag = 'F'
55: and hzr.relationship_code = 'EMPLOYEE_OF'
56: and HZR.subject_table_name ='HZ_PARTIES'

Line 56: and HZR.subject_table_name ='HZ_PARTIES'

52: from HZ_PARTIES PERSON_HZP, HZ_RELATIONSHIPS HZR, PV_PARTNER_PROFILES pvpp, hz_org_contacts hzoc, HZ_PARTIES ORG_HZP
53: where HZR.party_id = cv_person_rel_party_id
54: and HZR.directional_flag = 'F'
55: and hzr.relationship_code = 'EMPLOYEE_OF'
56: and HZR.subject_table_name ='HZ_PARTIES'
57: and HZR.object_table_name ='HZ_PARTIES'
58: and hzr.start_date <= SYSDATE
59: and (hzr.end_date is null or hzr.end_date > SYSDATE)
60: and hzr.status = 'A'

Line 57: and HZR.object_table_name ='HZ_PARTIES'

53: where HZR.party_id = cv_person_rel_party_id
54: and HZR.directional_flag = 'F'
55: and hzr.relationship_code = 'EMPLOYEE_OF'
56: and HZR.subject_table_name ='HZ_PARTIES'
57: and HZR.object_table_name ='HZ_PARTIES'
58: and hzr.start_date <= SYSDATE
59: and (hzr.end_date is null or hzr.end_date > SYSDATE)
60: and hzr.status = 'A'
61: and hzr.subject_id = person_hzp.party_id

Line 1988: and hzr.relationship_code = 'EMPLOYEE_OF' and HZR.subject_table_name ='HZ_PARTIES'

1984: where RES.category = 'PARTY' and RES.source_id = 6310
1985: and RES.start_date_active <= SYSDATE
1986: and (RES.end_date_active is null or RES.end_date_active > SYSDATE)
1987: and RES.source_id = hzr.party_id and hzr.directional_flag = 'F'
1988: and hzr.relationship_code = 'EMPLOYEE_OF' and HZR.subject_table_name ='HZ_PARTIES'
1989: and HZR.object_table_name ='HZ_PARTIES' and hzr.start_date <= SYSDATE
1990: and (hzr.end_date is null or hzr.end_date > sysdate)
1991: and hzr.object_id = pvpp.partner_party_id
1992: and pvpp.status = 'A' and exists

Line 1989: and HZR.object_table_name ='HZ_PARTIES' and hzr.start_date <= SYSDATE

1985: and RES.start_date_active <= SYSDATE
1986: and (RES.end_date_active is null or RES.end_date_active > SYSDATE)
1987: and RES.source_id = hzr.party_id and hzr.directional_flag = 'F'
1988: and hzr.relationship_code = 'EMPLOYEE_OF' and HZR.subject_table_name ='HZ_PARTIES'
1989: and HZR.object_table_name ='HZ_PARTIES' and hzr.start_date <= SYSDATE
1990: and (hzr.end_date is null or hzr.end_date > sysdate)
1991: and hzr.object_id = pvpp.partner_party_id
1992: and pvpp.status = 'A' and exists
1993: (