DBA Data[Home] [Help]

APPS.CST_MGD_MSTR_BOOK_RPT dependencies on CST_ORGANIZATION_DEFINITIONS

Line 444: cst_organization_definitions cod

440: CURSOR lcu_inv_org
441: IS
442: SELECT mp.organization_id
443: FROM mtl_parameters mp,
444: cst_organization_definitions cod
445: WHERE mp.organization_id = cod.organization_id
446: AND cod.legal_entity = p_legal_entity
447: AND EXISTS (
448: SELECT 1