DBA Data[Home] [Help]

APPS.OKS_RENCPY_PVT dependencies on OKS_CONTRACT_LINE_PUB

Line 1020: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.create_oks_line', 'calling OKS_CONTRACT_LINE_PUB.create_line' );

1016: l_klnv_rec.price_uom := l_price_uom;
1017: -- end added bug 5139719
1018:
1019: IF(FND_LOG.level_statement >= FND_LOG.g_current_runtime_level)THEN
1020: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.create_oks_line', 'calling OKS_CONTRACT_LINE_PUB.create_line' );
1021: END IF;
1022:
1023: OKS_CONTRACT_LINE_PUB.create_line(
1024: p_api_version => 1.0,

Line 1023: OKS_CONTRACT_LINE_PUB.create_line(

1019: IF(FND_LOG.level_statement >= FND_LOG.g_current_runtime_level)THEN
1020: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.create_oks_line', 'calling OKS_CONTRACT_LINE_PUB.create_line' );
1021: END IF;
1022:
1023: OKS_CONTRACT_LINE_PUB.create_line(
1024: p_api_version => 1.0,
1025: p_init_msg_list => OKC_API.G_FALSE,
1026: x_return_status => l_return_status,
1027: x_msg_count => x_msg_count,

Line 1034: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.create_oks_line', 'after call to OKS_CONTRACT_LINE_PUB.create_line, l_return_status='||l_return_status);

1030: x_klnv_rec => x_klnv_rec,
1031: p_validate_yn => 'N');
1032:
1033: IF(FND_LOG.level_statement >= FND_LOG.g_current_runtime_level)THEN
1034: FND_LOG.string(FND_LOG.level_statement, l_mod_name||'.create_oks_line', 'after call to OKS_CONTRACT_LINE_PUB.create_line, l_return_status='||l_return_status);
1035: END IF;
1036:
1037: IF (l_return_status <> OKC_API.G_RET_STS_SUCCESS) THEN
1038: x_return_status := l_return_status;