DBA Data[Home] [Help]

APPS.AR_BILLS_CREATION_VAL_PVT dependencies on HZ_CUST_ACCOUNT_ROLES

Line 476: FROM hz_cust_account_roles

472: /* fixed bug 1883538: use status instead of
473: current role state */
474: SELECT status
475: INTO l_status
476: FROM hz_cust_account_roles
477: WHERE cust_account_role_id = p_drawee_contact_id
478: AND cust_account_id = p_drawee_id;
479:
480: IF (l_status <> 'A')