DBA Data[Home] [Help]

APPS.GMD_SAMPLES_GRP dependencies on GMD_QUALITY_PARAMETERS_GRP

Line 1422: GMD_QUALITY_PARAMETERS_GRP.get_quality_parameters(

1418: -- creation is in effect so that the number can be retrieved
1419: -- AFTER the sample has passed validation. Sample numbers were
1420: -- being lost.
1421: --
1422: GMD_QUALITY_PARAMETERS_GRP.get_quality_parameters(
1423: p_organization_id => p_sample.organization_id
1424: , x_quality_parameters => quality_config
1425: , x_return_status => x_return_status
1426: , x_orgn_found => found );

Line 4337: GMD_QUALITY_PARAMETERS_GRP.get_quality_parameters(

4333: -- Initialize API return status to success
4334: x_return_status := FND_API.G_RET_STS_SUCCESS;
4335:
4336: -- Get the reason code
4337: GMD_QUALITY_PARAMETERS_GRP.get_quality_parameters(
4338: p_organization_id => p_sample.organization_id
4339: , x_quality_parameters => quality_config
4340: , x_return_status => x_return_status
4341: , x_orgn_found => found );