DBA Data[Home] [Help]

APPS.OKS_RENEW_UTIL_PVT dependencies on STANDARD

Line 763: --standard api initilization and checks

759: log_rules(l_mod_name || '.input_rules', p_rnrl_rec);
760: END IF;
761: END IF;
762:
763: --standard api initilization and checks
764: IF NOT FND_API.compatible_api_call (l_api_version, p_api_version, l_api_name, G_PKG_NAME)THEN
765: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
766: END IF;
767: IF FND_API.to_boolean(p_init_msg_list ) THEN

Line 1069: --standard api initilization and checks

1065: FND_LOG.string(FND_LOG.level_procedure, l_mod_name || '.begin', 'p_chr_id=' || p_chr_id);
1066: END IF;
1067: END IF;
1068:
1069: --standard api initilization and checks
1070: IF NOT FND_API.compatible_api_call (l_api_version, p_api_version, l_api_name, G_PKG_NAME)THEN
1071: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1072: END IF;
1073: IF FND_API.to_boolean(p_init_msg_list ) THEN

Line 1315: --standard api initilization and checks

1311: ' ,p_currency_code='||p_currency_code||' ,p_rnrl_rec.base_currency='||p_rnrl_rec.base_currency);
1312: END IF;
1313: END IF;
1314:
1315: --standard api initilization and checks
1316: IF NOT FND_API.compatible_api_call (l_api_version, p_api_version, l_api_name, G_PKG_NAME)THEN
1317: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1318: END IF;
1319: IF FND_API.to_boolean(p_init_msg_list ) THEN

Line 1619: -- Standard call to check for call compatibility.

1615: ',p_template_id=>'||p_template_id||
1616: ',p_template_language=>'||p_template_language||');');
1617: END IF;
1618:
1619: -- Standard call to check for call compatibility.
1620: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1621: x_return_status := FND_API.G_RET_STS_ERROR;
1622: RAISE FND_API.G_EXC_ERROR;
1623: END IF;

Line 1718: -- Standard call to get message count and if count is 1, get message info.

1714: 'x_fnd_language '||x_fnd_language||
1715: ' x_fnd_iso_language '||x_fnd_iso_language||
1716: ' x_fnd_iso_territory ' ||x_fnd_iso_territory);
1717: END IF;
1718: -- Standard call to get message count and if count is 1, get message info.
1719: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count=>x_msg_count, p_data=>x_msg_data);
1720:
1721: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
1722: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,G_MODULE||l_api_name,