DBA Data[Home] [Help]

APPS.CSI_CUSTOMER_PRODUCTS_PKG dependencies on HZ_CUST_ACCOUNTS

Line 218: From Hz_Cust_Accounts

214: -- Parameters for Party and Party Account Tbl for Bill-TO and Ship-To
215: Begin
216: Select Party_id
217: Into x_party_tbl(1).Party_Id
218: From Hz_Cust_Accounts
219: Where Cust_Account_Id = P_CUSTOMER_ID;
220: Exception
221: When Others Then
222: Null;