DBA Data[Home] [Help]

APPS.OKS_SETUP_UTIL_PUB dependencies on OKS_SUBSCRIPTION_PUB

Line 1523: OKS_SUBSCRIPTION_PUB.copy_subscription(

1519: IF P_cle_id is null then
1520: For new_topline_rec in get_subscr_toplines_c(p_new_chr_id) Loop
1521: -- The item instance will get copied
1522: -- a new subscription template will get instanciated.
1523: OKS_SUBSCRIPTION_PUB.copy_subscription(
1524: l_api_version,
1525: l_init_msg_list,
1526: l_return_status,
1527: l_msg_count,

Line 1572: OKS_SUBSCRIPTION_PUB.copy_subscription(

1568: ELSE
1569: For new_topline_rec in get_subscr_toplines(p_new_chr_id,p_cle_id) Loop
1570: -- The item instance will get copied
1571: -- a new subscription template will get instanciated.
1572: OKS_SUBSCRIPTION_PUB.copy_subscription(
1573: l_api_version,
1574: l_init_msg_list,
1575: l_return_status,
1576: l_msg_count,

Line 5159: OKS_SUBSCRIPTION_PUB.undo_subscription(

5155: END IF; --of IF l_lse_id IN (12, 13) THEN
5156:
5157: --delete subscription information
5158: IF (l_lse_id = 46) THEN
5159: OKS_SUBSCRIPTION_PUB.undo_subscription(
5160: p_api_version => 1.0,
5161: p_init_msg_list => FND_API.G_FALSE,
5162: x_return_status => x_return_status,
5163: x_msg_count => x_msg_count,

Line 5168: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.Undo_Subscription', 'after call to OKS_SUBSCRIPTION_PUB.Undo_Subscription, x_return_status='||x_return_status);

5164: x_msg_data => x_msg_data,
5165: p_cle_id => p_line_id);
5166:
5167: IF (FND_LOG.level_statement >= FND_LOG.g_current_runtime_level) THEN
5168: FND_LOG.string(FND_LOG.level_statement, l_mod_name || '.Undo_Subscription', 'after call to OKS_SUBSCRIPTION_PUB.Undo_Subscription, x_return_status='||x_return_status);
5169: END IF;
5170:
5171: IF x_return_status = FND_API.g_ret_sts_unexp_error THEN
5172: RAISE FND_API.g_exc_unexpected_error;