DBA Data[Home] [Help]

APPS.CSD_REPAIRS_UTIL dependencies on HZ_RELATIONSHIP_V2PUB

Line 1248: l_relationship_rec hz_relationship_v2pub.relationship_rec_type;

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

Line 1368: hz_relationship_v2pub.create_relationship(

1364:
1365: -- only create the TCA relationship if one does not exist already
1366: if (l_tca_rel_count = 0 ) then
1367: -- create the TCA relation
1368: hz_relationship_v2pub.create_relationship(
1369: p_init_msg_list => fnd_api.g_false,
1370: p_relationship_rec => l_relationship_rec,
1371: x_relationship_id => x_tca_relation_id,
1372: x_party_id => l_rel_party_id,