DBA Data[Home] [Help]

APPS.OKS_OCINT_PUB dependencies on OKS_AUTH_UTIL_PUB

Line 5033: 'oks_auth_util_pub.create_cii_for_subscription(p_cle_id = '||p_cle_id||')');

5029: end if;
5030: -- Create Item Instance in the Installed Base --
5031: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
5032: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE_CURRENT||'.OM_subscription_schedule.external_call.before',
5033: 'oks_auth_util_pub.create_cii_for_subscription(p_cle_id = '||p_cle_id||')');
5034: END IF;
5035:
5036: OKS_AUTH_UTIL_PUB.CREATE_CII_FOR_SUBSCRIPTION
5037: (

Line 5036: OKS_AUTH_UTIL_PUB.CREATE_CII_FOR_SUBSCRIPTION

5032: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE_CURRENT||'.OM_subscription_schedule.external_call.before',
5033: 'oks_auth_util_pub.create_cii_for_subscription(p_cle_id = '||p_cle_id||')');
5034: END IF;
5035:
5036: OKS_AUTH_UTIL_PUB.CREATE_CII_FOR_SUBSCRIPTION
5037: (
5038: p_api_version => p_api_version,
5039: p_init_msg_list => p_init_msg_list,
5040: x_return_status => x_return_status,

Line 5049: 'oks_auth_util_pub.create_cii_for_subscription(x_return_status = '||x_return_status

5045: x_instance_id => l_instance_id
5046: );
5047: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
5048: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE_CURRENT||'.OM_subscription_schedule.external_call.after',
5049: 'oks_auth_util_pub.create_cii_for_subscription(x_return_status = '||x_return_status
5050: ||', x_instance_id = '||l_instance_id||')');
5051: END IF;
5052: If NVL(x_return_status,'!') <> OKC_API.G_RET_STS_SUCCESS Then
5053: Raise gen_exit;