DBA Data[Home] [Help]

APPS.GMD_QUALITY_PARAMETERS_GRP dependencies on MTL_PARAMETERS

Line 220: from mtl_parameters

216: l_organization_code varchar2(20);
217:
218: cursor cr_get_orgn_code(p_organization_id Number) IS
219: select organization_code
220: from mtl_parameters
221: where organization_id = p_organization_id;
222:
223: begin
224: