DBA Data[Home] [Help]

APPS.HZ_RELATIONSHIP_TYPE_V2PUB dependencies on HZ_REGISTRY_VALIDATE_V2PUB

Line 151: HZ_REGISTRY_VALIDATE_V2PUB.validate_relationship_type(

147:
148:
149:
150: -- validate the record
151: HZ_REGISTRY_VALIDATE_V2PUB.validate_relationship_type(
152: p_create_update_flag => 'C',
153: p_relationship_type_rec => p_relationship_type_rec,
154: p_rowid => l_rowid,
155: x_return_status => x_return_status);

Line 558: HZ_REGISTRY_VALIDATE_V2PUB.validate_relationship_type(

554: p_relationship_type_rec.create_party_flag := 'Y';
555: END IF;
556:
557: -- validate the record
558: HZ_REGISTRY_VALIDATE_V2PUB.validate_relationship_type(
559: p_create_update_flag => 'U',
560: p_relationship_type_rec => p_relationship_type_rec,
561: p_rowid => l_rowid,
562: x_return_status => x_return_status);