DBA Data[Home] [Help]

APPS.OKL_SUC_PVT dependencies on MTL_PARAMETERS

Line 818: From mtl_parameters mp

814: p_organization_id IN VARCHAR2) IS
815:
816: Cursor org_csr(p_organization_id in number) is
817: Select 'Y'
818: From mtl_parameters mp
819: where mp.organization_id = p_organization_id;
820:
821: l_exists varchar2(1) default 'N';
822: BEGIN