DBA Data[Home] [Help]

APPS.AHL_CMP_PVT dependencies on CSI_ITEM_INSTANCE_PUB

Line 2766: CSI_ITEM_INSTANCE_PUB.expire_item_instance(

2762: IF (l_log_statement >= l_log_current_level) THEN
2763: FND_LOG.string(l_log_statement, L_DEBUG_KEY, 'calling expire_item_instance');
2764: END IF;
2765:
2766: CSI_ITEM_INSTANCE_PUB.expire_item_instance(
2767: p_api_version => 1.0,
2768: p_instance_rec => l_csi_instance_rec,
2769: p_expire_children => FND_API.G_TRUE,
2770: p_txn_rec => l_csi_upd_transaction_rec,

Line 2778: FND_LOG.string(l_log_statement, L_DEBUG_KEY, 'Error in CSI_ITEM_INSTANCE_PUB.expire_item_instance');

2774: x_msg_data => x_msg_data);
2775:
2776: IF (x_return_status = FND_API.G_RET_STS_ERROR) THEN
2777: IF (l_log_statement >= l_log_current_level) THEN
2778: FND_LOG.string(l_log_statement, L_DEBUG_KEY, 'Error in CSI_ITEM_INSTANCE_PUB.expire_item_instance');
2779: END IF;
2780: RAISE FND_API.G_EXC_ERROR;
2781: ELSIF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
2782: IF (l_log_statement >= l_log_current_level) THEN

Line 2783: FND_LOG.string(l_log_statement, L_DEBUG_KEY, 'Error in CSI_ITEM_INSTANCE_PUB.expire_item_instance');

2779: END IF;
2780: RAISE FND_API.G_EXC_ERROR;
2781: ELSIF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
2782: IF (l_log_statement >= l_log_current_level) THEN
2783: FND_LOG.string(l_log_statement, L_DEBUG_KEY, 'Error in CSI_ITEM_INSTANCE_PUB.expire_item_instance');
2784: END IF;
2785: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2786: END IF;
2787:

Line 3004: FND_LOG.string(l_log_statement, L_DEBUG_KEY,'Before calling CSI_ITEM_INSTANCE_PUB.'

3000: RAISE FND_API.G_EXC_ERROR;
3001: END IF;
3002:
3003: IF (l_log_statement >= l_log_current_level) THEN
3004: FND_LOG.string(l_log_statement, L_DEBUG_KEY,'Before calling CSI_ITEM_INSTANCE_PUB.'
3005: || 'create_item_instance');
3006: END IF;
3007:
3008: l_csi_transaction_rec.source_transaction_date := SYSDATE;

Line 3011: CSI_ITEM_INSTANCE_PUB.create_item_instance(

3007:
3008: l_csi_transaction_rec.source_transaction_date := SYSDATE;
3009: l_csi_transaction_rec.transaction_type_id := l_transaction_type_id;
3010:
3011: CSI_ITEM_INSTANCE_PUB.create_item_instance(
3012: p_api_version => 1.0,
3013: p_instance_rec => l_csi_instance_rec,
3014: p_txn_rec => l_csi_transaction_rec,
3015: p_ext_attrib_values_tbl => l_csi_ext_attrib_values_tbl,

Line 3026: FND_LOG.string(l_log_statement, L_DEBUG_KEY,'After calling CSI_ITEM_INSTANCE_PUB.'

3022: x_msg_count => x_msg_count,
3023: x_msg_data => x_msg_data);
3024:
3025: IF (l_log_statement >= l_log_current_level) THEN
3026: FND_LOG.string(l_log_statement, L_DEBUG_KEY,'After calling CSI_ITEM_INSTANCE_PUB.'
3027: || 'create_item_instance');
3028: END IF;
3029:
3030: IF(x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN