DBA Data[Home] [Help]

APPS.GMD_VALIDITY_RULES dependencies on MTL_PARAMETERS

Line 195: FROM mtl_parameters

191: AND recipe_version = V_recipe_vers;
192:
193: CURSOR Cur_get_orgn_code IS
194: SELECT organization_code
195: FROM mtl_parameters
196: WHERE organization_id = p_organization_id;
197:
198: CURSOR Cur_get_VR IS
199: SELECT *