DBA Data[Home] [Help]

APPS.CST_MGD_MSTR_BOOK_RPT dependencies on ORG_ACCESS

Line 449: FROM org_access ACC

445: WHERE mp.organization_id = cod.organization_id
446: AND cod.legal_entity = p_legal_entity
447: AND EXISTS (
448: SELECT 1
449: FROM org_access ACC
450: WHERE acc.organization_id = MP.organization_id
451: AND acc.responsibility_id = l_resp_id
452: );
453: