DBA Data[Home] [Help]

APPS.GMD_CONC_REPLACE_PKG dependencies on FND_API

Line 963: IF l_status <> FND_API.g_ret_sts_success THEN

959: (p_formula_id => l_form_id
960: ,p_organization_id => l_organization_id
961: ,x_return_status => l_status );
962:
963: IF l_status <> FND_API.g_ret_sts_success THEN
964: -- Bug 5531791 Removed FND_MSG_PUB.GET and FND_MSG_PUB.ADD as the message
965: -- is already added by GMD_API_GRP.check_item_exists
966: RAISE NO_UPDATE_EXCEPTION;
967: END IF;

Line 985: IF l_status <> FND_API.g_ret_sts_success THEN

981: (p_formula_id => l_formula_id
982: ,p_organization_id => l_org_id
983: ,x_return_status => l_status );
984:
985: IF l_status <> FND_API.g_ret_sts_success THEN
986: -- Bug 5531791 Removed FND_MSG_PUB.GET and FND_MSG_PUB.ADD as the message
987: -- is already added by GMD_API_GRP.check_item_exists
988: RAISE NO_UPDATE_EXCEPTION;
989: END IF;

Line 999: IF l_status <> FND_API.g_ret_sts_success THEN

995: (p_formula_id => l_formula_id
996: ,p_organization_id => l_recipe_override_orgn.organization_id
997: ,x_return_status => l_status );
998:
999: IF l_status <> FND_API.g_ret_sts_success THEN
1000: RAISE NO_UPDATE_EXCEPTION;
1001: END IF;
1002: END LOOP;
1003: END IF;

Line 1566: IF l_status <> FND_API.g_ret_sts_success THEN

1562: GMD_API_GRP.check_item_exists
1563: (p_formula_id => l_form_id
1564: ,p_organization_id => get_object_rec.new_name
1565: ,x_return_status => l_status );
1566: IF l_status <> FND_API.g_ret_sts_success THEN
1567: -- Bug 5531791 Removed FND_MSG_PUB.GET and FND_MSG_PUB.ADD as the message
1568: -- is already added by GMD_API_GRP.check_item_exists
1569: RAISE NO_UPDATE_EXCEPTION;
1570: END IF;