DBA Data[Home] [Help]

APPS.OE_INLINE_CUSTOMER_PUB dependencies on HZ_ROLE_RESPONSIBILITY

Line 376: FROM hz_role_responsibility

372: And cust_acct_site_id is null;
373:
374: CURSOR c_usage_type(l_role_id in number) IS
375: SELECT responsibility_type
376: FROM hz_role_responsibility
377: WHERE cust_account_role_id = l_role_id;
378: --AND responsibility_type = in_usage_type;
379:
380: l_cust_account_role_id Number;