DBA Data[Home] [Help]

APPS.ASO_PARTY_INT dependencies on HZ_CUST_ACCT_RELATE_ALL

Line 2551: FROM hz_cust_acct_relate_ALL

2547:
2548:
2549: SELECT OBJECT_VERSION_NUMBER
2550: INTO l_cust_object_version_number
2551: FROM hz_cust_acct_relate_ALL
2552: WHERE cust_account_id = p_related_cust_account
2553: AND related_cust_account_id = p_sold_to_cust_account
2554: AND status = 'A';
2555: