DBA Data[Home] [Help]

APPS.ARP_CMERGE_ARCUS dependencies on HZ_CUST_ACCT_RELATE_PKG

Line 7999: HZ_CUST_ACCT_RELATE_PKG.Insert_Row (

7995: p_cust_acct_relate_rec.created_by_module := 'HZ_TCA_CUSTOMER_MERGE';
7996: p_cust_acct_relate_rec.application_id := arp_standard.profile.program_id;
7997: l_cust_acct_relate_id := NULL;
7998: -- Call table-handler.
7999: HZ_CUST_ACCT_RELATE_PKG.Insert_Row (
8000: X_CUST_ACCOUNT_ID => p_cust_acct_relate_rec.cust_account_id,
8001: X_RELATED_CUST_ACCOUNT_ID => p_cust_acct_relate_rec.related_cust_account_id,
8002: X_RELATIONSHIP_TYPE => p_cust_acct_relate_rec.relationship_type,
8003: X_COMMENTS => p_cust_acct_relate_rec.comments,