DBA Data[Home] [Help]

APPS.QPR_SR_UTIL dependencies on HZ_CUST_ACCOUNTS

Line 402: hz_cust_accounts cust

398: , '1', nvl(cust.cust_account_id,
399: qpr_sr_util.get_null_pk),
400: qpr_sr_util.get_null_pk)
401: from
402: hz_cust_accounts cust
403: where cust.party_id = p_party_id
404: order by cust.cust_account_id ASC;
405:
406: