DBA Data[Home] [Help]

APPS.JTF_RS_CONC_RES_PUB dependencies on HZ_RELATIONSHIPS

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

3165: IS
3166:
3167:
3168: BEGIN
3169: --Terminate all partner resource, whose relationship is terminated in hz_relationships
3170: jtf_rs_conc_res_pub.terminate_partner_rel;
3171:
3172: jtf_rs_conc_res_pub.update_party
3173: (p_overwrite_name => P_OVERWRITE_NAME);

Line 3200: ,hz_relationships hpr

3196: , rsc.object_version_number
3197: , hpr.end_date
3198: , hpr.status
3199: FROM jtf_rs_resource_extns rsc
3200: ,hz_relationships hpr
3201: WHERE rsc.category = 'PARTNER'
3202: AND rsc.source_id = hpr.party_id
3203: AND hpr.directional_flag = 'F'
3204: --

Line 3343: HZ_RELATIONSHIPS REL

3339: HZ_PARTIES PARTY,
3340: HZ_PARTIES PARTY2,
3341: HZ_PARTIES PARTY3,
3342: HZ_CONTACT_POINTS CT_POINT1,
3343: HZ_RELATIONSHIPS REL
3344: WHERE PARTY.PARTY_ID = l_party_id
3345: AND (
3346: (
3347: PARTY.PARTY_TYPE = 'ORGANIZATION'