DBA Data[Home] [Help]

APPS.AR_BILLS_CREATION_VAL_PVT dependencies on HZ_CUST_ACCOUNT_ROLES

Line 474: FROM hz_cust_account_roles

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