DBA Data[Home] [Help]

APPS.GMD_VALIDITY_RULES dependencies on MTL_PARAMETERS

Line 196: FROM mtl_parameters

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