DBA Data[Home] [Help]

APPS.IBY_FIPAYMENTS_PKG dependencies on HZ_CUST_ACCOUNTS

Line 211: * up from HZ_CUST_ACCOUNTS.ACCOUNT_NAME.

207: * customer.
208: *
209: * AR does not hat a source for this field in FP.G.
210: * In order to minimize the impact, this field is picked
211: * up from HZ_CUST_ACCOUNTS.ACCOUNT_NAME.
212: */
213: BEGIN
214:
215: IF (i_custacctid IS NOT NULL) THEN

Line 222: HZ_CUST_ACCOUNTS hz

218: hz.account_name
219: INTO
220: l_settle_cust_ref
221: FROM
222: HZ_CUST_ACCOUNTS hz
223: WHERE
224: hz.cust_account_id = i_custacctid
225: ;
226: