DBA Data[Home] [Help]

APPS.OKS_RENCPY_PVT dependencies on CS_COUNTERS_PUB

Line 1533: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.inst_ctrs', 'Calling CS_COUNTERS_PUB.autoinstantiate_counters, p_source_object_id_template='||l_item_id||

1529:
1530: IF (l_found) THEN -- if counter attachted, instantiate it
1531:
1532: IF(FND_LOG.level_statement >= FND_LOG.g_current_runtime_level)THEN
1533: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.inst_ctrs', 'Calling CS_COUNTERS_PUB.autoinstantiate_counters, p_source_object_id_template='||l_item_id||
1534: ' ,p_source_object_id_instance='||p_new_cle_id);
1535: END IF;
1536:
1537: CS_COUNTERS_PUB.autoinstantiate_counters(

Line 1537: CS_COUNTERS_PUB.autoinstantiate_counters(

1533: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.inst_ctrs', 'Calling CS_COUNTERS_PUB.autoinstantiate_counters, p_source_object_id_template='||l_item_id||
1534: ' ,p_source_object_id_instance='||p_new_cle_id);
1535: END IF;
1536:
1537: CS_COUNTERS_PUB.autoinstantiate_counters(
1538: p_api_version => 1.0,
1539: p_init_msg_list => FND_API.G_FALSE,
1540: x_return_status => l_return_status,
1541: x_msg_count => x_msg_count,

Line 1550: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.inst_ctrs', 'After call to CS_COUNTERS_PUB.autoinstantiate_counters, x_return_status='||l_return_status||' ,x_ctr_grp_id_template='||l_ctr_grp_id_template||

1546: x_ctr_grp_id_template => l_ctr_grp_id_template,
1547: x_ctr_grp_id_instance => l_ctr_grp_id_instance);
1548:
1549: IF(FND_LOG.level_statement >= FND_LOG.g_current_runtime_level)THEN
1550: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.inst_ctrs', 'After call to CS_COUNTERS_PUB.autoinstantiate_counters, x_return_status='||l_return_status||' ,x_ctr_grp_id_template='||l_ctr_grp_id_template||
1551: ' ,x_ctr_grp_id_instance='||l_ctr_grp_id_instance);
1552: END IF;
1553:
1554: IF (l_return_status <> OKC_API.G_RET_STS_SUCCESS) THEN