DBA Data[Home] [Help]

APPS.GMD_SAMPLES_GRP dependencies on GMD_QUALITY_PARAMETERS_GRP

Line 1325: GMD_QUALITY_PARAMETERS_GRP.get_quality_parameters(

1321: -- creation is in effect so that the number can be retrieved
1322: -- AFTER the sample has passed validation. Sample numbers were
1323: -- being lost.
1324: --
1325: GMD_QUALITY_PARAMETERS_GRP.get_quality_parameters(
1326: p_organization_id => p_sample.organization_id
1327: , x_quality_parameters => quality_config
1328: , x_return_status => x_return_status
1329: , x_orgn_found => found );

Line 3700: GMD_QUALITY_PARAMETERS_GRP.get_quality_parameters(

3696: -- Initialize API return status to success
3697: x_return_status := FND_API.G_RET_STS_SUCCESS;
3698:
3699: -- Get the reason code
3700: GMD_QUALITY_PARAMETERS_GRP.get_quality_parameters(
3701: p_organization_id => p_sample.organization_id
3702: , x_quality_parameters => quality_config
3703: , x_return_status => x_return_status
3704: , x_orgn_found => found );