DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_MERGE_V2PVT dependencies on HZ_RELATIONSHIPS_PKG

Line 645: HZ_RELATIONSHIPS_PKG.Insert_Row (

641:
642: p_relationship_rec.relationship_id := l_relationship_id;
643:
644: -- Call table-handler to create the forward record.
645: HZ_RELATIONSHIPS_PKG.Insert_Row (
646: X_RELATIONSHIP_ID => p_relationship_rec.relationship_id,
647: X_SUBJECT_ID => p_relationship_rec.subject_id,
648: X_SUBJECT_TYPE => p_relationship_rec.subject_type,
649: X_SUBJECT_TABLE_NAME => p_relationship_rec.subject_table_name,

Line 738: HZ_RELATIONSHIPS_PKG.Insert_Row (

734: END IF;
735:
736: IF r_rel_type.BACKWARD_REL_CODE is not null THEN
737:
738: HZ_RELATIONSHIPS_PKG.Insert_Row (
739: X_RELATIONSHIP_ID => p_relationship_rec.relationship_id,
740: X_SUBJECT_ID => p_relationship_rec.object_id,
741: X_SUBJECT_TYPE => p_relationship_rec.object_type,
742: X_SUBJECT_TABLE_NAME => p_relationship_rec.object_table_name,

Line 1256: HZ_RELATIONSHIPS_PKG.Select_Row (

1252: ELSE
1253: l_directional_flag := NVL(p_directional_flag, 'F');
1254: END IF;
1255:
1256: HZ_RELATIONSHIPS_PKG.Select_Row (
1257: X_RELATIONSHIP_ID => x_rel_rec.relationship_id,
1258: X_DIRECTIONAL_FLAG => l_directional_flag,
1259: X_SUBJECT_ID => x_rel_rec.subject_id,
1260: X_SUBJECT_TYPE => x_rel_rec.subject_type,