DBA Data[Home] [Help]

APPS.AST_UWQ_SEL_PKG dependencies on HZ_CUST_ACCOUNT_ROLES

Line 774: from hz_cust_accounts a, hz_cust_account_roles ar

770: hza.party_id = hzp.party_id;
771:
772: CURSOR C_GetAccountRoles (x_account_num VARCHAR2) is
773: select a.cust_account_id
774: from hz_cust_accounts a, hz_cust_account_roles ar
775: where a.account_number = x_account_num
776: and a.cust_account_id = ar.cust_account_id;
777:
778: BEGIN