DBA Data[Home] [Help]

APPS.GMD_CONC_REPLACE_PKG dependencies on FND_API

Line 1116: IF l_status <> FND_API.g_ret_sts_success THEN

1112: (p_formula_id => l_form_id
1113: ,p_organization_id => l_organization_id
1114: ,x_return_status => l_status );
1115:
1116: IF l_status <> FND_API.g_ret_sts_success THEN
1117: -- Bug 5531791 Removed FND_MSG_PUB.GET and FND_MSG_PUB.ADD as the message
1118: -- is already added by GMD_API_GRP.check_item_exists
1119: RAISE NO_UPDATE_EXCEPTION;
1120: END IF;

Line 1138: IF l_status <> FND_API.g_ret_sts_success THEN

1134: (p_formula_id => l_formula_id
1135: ,p_organization_id => l_org_id
1136: ,x_return_status => l_status );
1137:
1138: IF l_status <> FND_API.g_ret_sts_success THEN
1139: -- Bug 5531791 Removed FND_MSG_PUB.GET and FND_MSG_PUB.ADD as the message
1140: -- is already added by GMD_API_GRP.check_item_exists
1141: RAISE NO_UPDATE_EXCEPTION;
1142: END IF;

Line 1152: IF l_status <> FND_API.g_ret_sts_success THEN

1148: (p_formula_id => l_formula_id
1149: ,p_organization_id => l_recipe_override_orgn.organization_id
1150: ,x_return_status => l_status );
1151:
1152: IF l_status <> FND_API.g_ret_sts_success THEN
1153: RAISE NO_UPDATE_EXCEPTION;
1154: END IF;
1155: END LOOP;
1156: END IF;

Line 1752: IF l_status <> FND_API.g_ret_sts_success THEN

1748: GMD_API_GRP.check_item_exists
1749: (p_formula_id => l_form_id
1750: ,p_organization_id => get_object_rec.new_name
1751: ,x_return_status => l_status );
1752: IF l_status <> FND_API.g_ret_sts_success THEN
1753: -- Bug 5531791 Removed FND_MSG_PUB.GET and FND_MSG_PUB.ADD as the message
1754: -- is already added by GMD_API_GRP.check_item_exists
1755: RAISE NO_UPDATE_EXCEPTION;
1756: END IF;