DBA Data[Home] [Help]

APPS.OKS_SUBSCRIPTION_PVT dependencies on OKS_AUTH_UTIL_PUB

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

155: end if;
156: -- Create Item Instance in the Installed Base --
157: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
158: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE_CURRENT||'.create_default_schedule.external_call.before',
159: 'oks_auth_util_pub.create_cii_for_subscription(p_cle_id = '||p_cle_id||')');
160: END IF;
161: OKS_AUTH_UTIL_PUB.CREATE_CII_FOR_SUBSCRIPTION
162: (
163: p_api_version => p_api_version,

Line 161: OKS_AUTH_UTIL_PUB.CREATE_CII_FOR_SUBSCRIPTION

157: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
158: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE_CURRENT||'.create_default_schedule.external_call.before',
159: 'oks_auth_util_pub.create_cii_for_subscription(p_cle_id = '||p_cle_id||')');
160: END IF;
161: OKS_AUTH_UTIL_PUB.CREATE_CII_FOR_SUBSCRIPTION
162: (
163: p_api_version => p_api_version,
164: p_init_msg_list => p_init_msg_list,
165: x_return_status => x_return_status,

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

169: x_instance_id => l_instance_id
170: );
171: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
172: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE_CURRENT||'.create_default_schedule.external_call.after',
173: 'oks_auth_util_pub.create_cii_for_subscription(x_return_status = '||x_return_status
174: ||', x_instance_id = '||l_instance_id||')');
175: END IF;
176: If NVL(x_return_status,'!') <> OKC_API.G_RET_STS_SUCCESS Then
177: Raise gen_exit;

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

951: IF l_item_type IN ('ST','SI') THEN
952: -- Create Item Instance in the Installed Base --
953: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
954: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE_CURRENT||'.recreate_instance.external_call.before',
955: 'oks_auth_util_pub.create_cii_for_subscription(p_cle_id = '||p_cle_id||')');
956: END IF;
957: OKS_AUTH_UTIL_PUB.CREATE_CII_FOR_SUBSCRIPTION
958: (
959: p_api_version => p_api_version,

Line 957: OKS_AUTH_UTIL_PUB.CREATE_CII_FOR_SUBSCRIPTION

953: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
954: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE_CURRENT||'.recreate_instance.external_call.before',
955: 'oks_auth_util_pub.create_cii_for_subscription(p_cle_id = '||p_cle_id||')');
956: END IF;
957: OKS_AUTH_UTIL_PUB.CREATE_CII_FOR_SUBSCRIPTION
958: (
959: p_api_version => p_api_version,
960: p_init_msg_list => p_init_msg_list,
961: x_return_status => x_return_status,

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

965: x_instance_id => l_instance_id
966: );
967: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
968: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE_CURRENT||'.recreate_instance.external_call.after',
969: 'oks_auth_util_pub.create_cii_for_subscription(x_return_status = '||x_return_status
970: ||', x_instance_id = '||l_instance_id||')');
971: END IF;
972: If NVL(x_return_status,'!') <> OKC_API.G_RET_STS_SUCCESS Then
973: Raise gen_exit;

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

1071: -- Create Item Instance in the Installed Base if called from subscription is getting copied
1072: If src_osh_rec.item_type In ('ST','SI') Then
1073: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
1074: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE_CURRENT||'.copy_subscription.copy_osh.external_call.before',
1075: 'oks_auth_util_pub.create_cii_for_subscription(p_cle_id = '||p_target_cle_id||')');
1076: END IF;
1077: OKS_AUTH_UTIL_PUB.CREATE_CII_FOR_SUBSCRIPTION
1078: (
1079: p_api_version => p_api_version,

Line 1077: OKS_AUTH_UTIL_PUB.CREATE_CII_FOR_SUBSCRIPTION

1073: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
1074: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE_CURRENT||'.copy_subscription.copy_osh.external_call.before',
1075: 'oks_auth_util_pub.create_cii_for_subscription(p_cle_id = '||p_target_cle_id||')');
1076: END IF;
1077: OKS_AUTH_UTIL_PUB.CREATE_CII_FOR_SUBSCRIPTION
1078: (
1079: p_api_version => p_api_version,
1080: p_init_msg_list => p_init_msg_list,
1081: x_return_status => x_return_status,

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

1085: x_instance_id => l_instance_id
1086: );
1087: IF FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
1088: fnd_log.string(FND_LOG.LEVEL_EVENT,G_MODULE_CURRENT||'.copy_subscription.copy_osh.external_call.after',
1089: 'oks_auth_util_pub.create_cii_for_subscription(x_return_status = '||x_return_status
1090: ||', x_instance_id = '||l_instance_id||')');
1091: END IF;
1092: if NVL(x_return_status,'!') <> OKC_API.G_RET_STS_SUCCESS then
1093: Raise gen_exit;

Line 1323: -- Uncomment when the procedure OKS_AUTH_UTIL_PUB.delete_cii_for_subscription is ready

1319: fnd_log.string(FND_LOG.LEVEL_STATEMENT,G_MODULE_CURRENT||'.undo_subscription.delete_cii.osh_details',
1320: 'Osh Id = '||l_osh_id||' ,Fulfillment Channel = '||l_ff_chan);
1321: END IF;
1322: /* No Item instance deletion for release 11.5.9
1323: -- Uncomment when the procedure OKS_AUTH_UTIL_PUB.delete_cii_for_subscription is ready
1324: IF l_instance_id is Not Null THEN
1325: Open other_osh_inst;
1326: Fetch other_osh_inst Into l_dummy;
1327: -- If more subscription lines are referring to the same item instance,

Line 1335: OKS_AUTH_UTIL_PUB.delete_cii_for_subscription

1331: Return;
1332: End If;
1333: Close other_osh_inst;
1334: -- Delete the item instance;
1335: OKS_AUTH_UTIL_PUB.delete_cii_for_subscription
1336: ( p_api_version => p_api_version,
1337: p_init_msg_list => p_init_msg_list,
1338: x_return_status => x_return_status,
1339: x_msg_count => x_msg_count,