DBA Data[Home] [Help]

APPS.CSD_REPAIRS_UTIL dependencies on HZ_RELATIONSHIP_V2PUB

Line 1250: l_relationship_rec hz_relationship_v2pub.relationship_rec_type;

1246:
1247: -- variables for create TCA relationship
1248: l_current_owner_party_type Varchar2(150) := NULL;
1249: l_new_owner_party_type Varchar2(150) := NULL;
1250: l_relationship_rec hz_relationship_v2pub.relationship_rec_type;
1251: l_rel_party_id Number;
1252: l_rel_party_number Varchar2(150);
1253: l_tca_rel_in_params csd_ib_chown_cuhk.tca_rel_info_in_rec_type;
1254: l_tca_rel_out_params csd_ib_chown_cuhk.tca_rel_info_out_rec_type;

Line 1386: hz_relationship_v2pub.create_relationship(

1382:
1383: -- only create the TCA relationship if one does not exist already
1384: if (l_tca_rel_count = 0 ) then
1385: -- create the TCA relation
1386: hz_relationship_v2pub.create_relationship(
1387: p_init_msg_list => fnd_api.g_false,
1388: p_relationship_rec => l_relationship_rec,
1389: x_relationship_id => x_tca_relation_id,
1390: x_party_id => l_rel_party_id,