DBA Data[Home] [Help]

APPS.INV_ORG dependencies on MTL_PARAMETERS

Line 52: from mtl_parameters mp

48: select 1
49: into v_dummy
50: from sys.dual
51: where exists(select 'exists'
52: from mtl_parameters mp
53: where mp.organization_id = p_organization_id);
54: --
55: -- If got through then error
56: --