DBA Data[Home] [Help]

APPS.GR_EXPLOSIONS dependencies on GMD_API_GRP

Line 318: GMD_API_GRP.FETCH_PARM_VALUES( p_organization_id,

314: */
315: l_code_block := 'Get the system standard unit of measure';
316:
317: --
318: GMD_API_GRP.FETCH_PARM_VALUES( p_organization_id,
319: 'FM_YIELD_TYPE',
320: l_system_uom_type,
321: l_return_status);
322: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

Line 355: GMD_API_GRP.FETCH_PARM_VALUES( p_organization_id,

351: */
352:
353: /* Get the value of the system mass uom type */
354: --
355: GMD_API_GRP.FETCH_PARM_VALUES( p_organization_id,
356: 'GMD_MASS_UM_TYPE',
357: l_mass_uom_type,
358: l_return_status);
359: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN