DBA Data[Home] [Help]

APPS.JTF_RS_CONC_RES_PUB dependencies on HZ_RELATIONSHIPS

Line 3620: --Terminate all partner resource, whose relationship is terminated in hz_relationships

3616: IS
3617:
3618:
3619: BEGIN
3620: --Terminate all partner resource, whose relationship is terminated in hz_relationships
3621: jtf_rs_conc_res_pub.terminate_partner_rel;
3622:
3623: jtf_rs_conc_res_pub.update_party
3624: (p_overwrite_name => P_OVERWRITE_NAME);

Line 3651: ,hz_relationships hpr

3647: , rsc.object_version_number
3648: , hpr.end_date
3649: , hpr.status
3650: FROM jtf_rs_resource_extns rsc
3651: ,hz_relationships hpr
3652: WHERE rsc.category = 'PARTNER'
3653: AND rsc.source_id = hpr.party_id
3654: AND hpr.directional_flag = 'F'
3655: --

Line 3794: HZ_RELATIONSHIPS REL

3790: HZ_PARTIES PARTY,
3791: HZ_PARTIES PARTY2,
3792: HZ_PARTIES PARTY3,
3793: HZ_CONTACT_POINTS CT_POINT1,
3794: HZ_RELATIONSHIPS REL
3795: WHERE PARTY.PARTY_ID = l_party_id
3796: AND (
3797: (
3798: PARTY.PARTY_TYPE = 'ORGANIZATION'