DBA Data[Home] [Help]

APPS.ARP_CMERGE_ARCUS dependencies on HZ_CUST_ACCT_RELATE_PKG

Line 8354: HZ_CUST_ACCT_RELATE_PKG.Insert_Row (

8350: p_cust_acct_relate_rec.created_by_module := 'HZ_TCA_CUSTOMER_MERGE';
8351: p_cust_acct_relate_rec.application_id := hz_utility_v2pub.program_application_id;
8352: l_cust_acct_relate_id := NULL;
8353: -- Call table-handler.
8354: HZ_CUST_ACCT_RELATE_PKG.Insert_Row (
8355: X_CUST_ACCOUNT_ID => p_cust_acct_relate_rec.cust_account_id,
8356: X_RELATED_CUST_ACCOUNT_ID => p_cust_acct_relate_rec.related_cust_account_id,
8357: X_RELATIONSHIP_TYPE => p_cust_acct_relate_rec.relationship_type,
8358: X_COMMENTS => p_cust_acct_relate_rec.comments,