DBA Data[Home] [Help]

APPS.ASO_PARTY_INT dependencies on HZ_CUST_ACCT_SITES

Line 1014: FROM hz_cust_acct_sites

1010: -- acct site need not be verified
1011:
1012: CURSOR C_acct_site (account_id NUMBER, site_id NUMBER) IS
1013: SELECT cust_acct_site_id
1014: FROM hz_cust_acct_sites
1015: WHERE cust_account_id = Account_Id
1016: AND party_site_id = Site_Id;
1017: -- The record definition has been moved to a diff. package in VERSION 2 API.
1018: -- p_acct_site_Rec hz_customer_accounts_pub.acct_site_rec_type;