DBA Data[Home] [Help]

APPS.GMD_SAMPLES_GRP dependencies on GME_API_GRP

Line 1601: gme_api_grp.update_step_quality_status(l_step_id, l_batch_organization_id, 6, return_status);

1597: IF ((l_sample_type = 'I') AND (l_source = 'W' )) THEN
1598: IF l_step_id IS NOT NULL THEN
1599: IF (p_to_disposition in ('4A', '5AV')) THEN
1600: --changing the quality status of batch step to 'In Spec'
1601: gme_api_grp.update_step_quality_status(l_step_id, l_batch_organization_id, 6, return_status);
1602: -- Bug# 5440347 start
1603: IF (return_status <> 'S') THEN
1604: FND_MSG_PUB.GET(p_msg_index => 1,
1605: p_data => l_data,

Line 1661: gme_api_grp.update_step_quality_status(l_step_id, l_batch_organization_id, 5, return_status);

1657: --Bug# 5440347 end
1658:
1659: ELSIF (p_to_disposition = '6RJ') THEN
1660: --changing the quality status of batch step to 'Action Required'
1661: gme_api_grp.update_step_quality_status(l_step_id, l_batch_organization_id, 5, return_status);
1662: --Bug# 5440347 start
1663: IF (return_status <> 'S') THEN
1664: FND_MSG_PUB.GET(p_msg_index => 1,
1665: p_data => l_data,

Line 1759: gme_api_grp.update_step_quality_status(l_step_id, l_batch_organization_id, 6, return_status);

1755:
1756: IF ((l_sample_type = 'I') AND (l_source = 'W') AND l_step_id IS NOT NULL) THEN
1757: IF (p_to_disposition in ('4A', '5AV')) THEN
1758: --changing the quality status of batch step to 'In Spec'
1759: gme_api_grp.update_step_quality_status(l_step_id, l_batch_organization_id, 6, return_status);
1760: IF (return_status <> 'S') THEN
1761: FND_MSG_PUB.GET(p_msg_index => 1,
1762: p_data => l_data,
1763: p_encoded => FND_API.G_FALSE,

Line 1812: gme_api_grp.update_step_quality_status(l_step_id, l_batch_organization_id, 5, return_status);

1808: END IF;
1809: END IF; --l_auto_complete_bstep = 'Y'
1810: ELSIF (p_to_disposition = '6RJ') THEN
1811: --changing the quality status of batch step to 'Action Required'
1812: gme_api_grp.update_step_quality_status(l_step_id, l_batch_organization_id, 5, return_status);
1813: IF (return_status <> 'S') THEN
1814: FND_MSG_PUB.GET(p_msg_index => 1,
1815: p_data => l_data,
1816: p_encoded => FND_API.G_FALSE,