DBA Data[Home] [Help]

APPS.OE_LINE_FULLFILL dependencies on CSI_ONT_TXN_PUB

Line 1023: oe_debug_pub.add('Before Call to csi_ont_txn_pub.posttransaction',1);

1019: END IF;
1020: END IF;
1021:
1022: IF p_line_rec.item_type_code <> OE_GLOBALS.G_ITEM_SERVICE THEN
1023: oe_debug_pub.add('Before Call to csi_ont_txn_pub.posttransaction',1);
1024: csi_ont_txn_pub.posttransaction
1025: (
1026: p_order_line_id => p_line_rec.line_id,
1027: x_return_status => l_return_status,

Line 1024: csi_ont_txn_pub.posttransaction

1020: END IF;
1021:
1022: IF p_line_rec.item_type_code <> OE_GLOBALS.G_ITEM_SERVICE THEN
1023: oe_debug_pub.add('Before Call to csi_ont_txn_pub.posttransaction',1);
1024: csi_ont_txn_pub.posttransaction
1025: (
1026: p_order_line_id => p_line_rec.line_id,
1027: x_return_status => l_return_status,
1028: x_message_id => l_message_id,

Line 1031: oe_debug_pub.add('After Call to csi_ont_txn_pub.posttransaction',1);

1027: x_return_status => l_return_status,
1028: x_message_id => l_message_id,
1029: x_error_code => l_error_code,
1030: x_error_message => l_error_message);
1031: oe_debug_pub.add('After Call to csi_ont_txn_pub.posttransaction',1);
1032:
1033: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1034: IF l_debug_level > 0 THEN
1035: oe_debug_pub.add('raising unexpected error in csi_ont_txn_pub.posttransaction'||sqlerrm,1);

Line 1035: oe_debug_pub.add('raising unexpected error in csi_ont_txn_pub.posttransaction'||sqlerrm,1);

1031: oe_debug_pub.add('After Call to csi_ont_txn_pub.posttransaction',1);
1032:
1033: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1034: IF l_debug_level > 0 THEN
1035: oe_debug_pub.add('raising unexpected error in csi_ont_txn_pub.posttransaction'||sqlerrm,1);
1036: END IF;
1037: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1038: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
1039: IF l_debug_level > 0 THEN

Line 1040: oe_debug_pub.add('raising exc error in csi_ont_txn_pub.posttransaction'||sqlerrm,1);

1036: END IF;
1037: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1038: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
1039: IF l_debug_level > 0 THEN
1040: oe_debug_pub.add('raising exc error in csi_ont_txn_pub.posttransaction'||sqlerrm,1);
1041: END IF;
1042: RAISE FND_API.G_EXC_ERROR;
1043: END IF;
1044: END IF;

Line 1289: oe_debug_pub.add('Before Call to csi_ont_txn_pub.posttransaction',1);

1285: END IF;
1286: END IF;
1287:
1288: IF p_line_tbl(l_index).item_type_code <> OE_GLOBALS.G_ITEM_SERVICE THEN
1289: oe_debug_pub.add('Before Call to csi_ont_txn_pub.posttransaction',1);
1290: csi_ont_txn_pub.posttransaction(
1291: p_order_line_id => p_line_tbl(l_index).line_id,
1292: x_return_status => x_return_status,
1293: x_message_id => l_message_id,

Line 1290: csi_ont_txn_pub.posttransaction(

1286: END IF;
1287:
1288: IF p_line_tbl(l_index).item_type_code <> OE_GLOBALS.G_ITEM_SERVICE THEN
1289: oe_debug_pub.add('Before Call to csi_ont_txn_pub.posttransaction',1);
1290: csi_ont_txn_pub.posttransaction(
1291: p_order_line_id => p_line_tbl(l_index).line_id,
1292: x_return_status => x_return_status,
1293: x_message_id => l_message_id,
1294: x_error_code => l_error_code,

Line 1296: oe_debug_pub.add('After Call to csi_ont_txn_pub.posttransaction',1);

1292: x_return_status => x_return_status,
1293: x_message_id => l_message_id,
1294: x_error_code => l_error_code,
1295: x_error_message => l_error_message);
1296: oe_debug_pub.add('After Call to csi_ont_txn_pub.posttransaction',1);
1297:
1298: IF x_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1299: IF l_debug_level > 0 THEN
1300: oe_debug_pub.add('raising unexpected error in csi_ont_txn_pub.posttransaction '||sqlerrm,1);

Line 1300: oe_debug_pub.add('raising unexpected error in csi_ont_txn_pub.posttransaction '||sqlerrm,1);

1296: oe_debug_pub.add('After Call to csi_ont_txn_pub.posttransaction',1);
1297:
1298: IF x_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1299: IF l_debug_level > 0 THEN
1300: oe_debug_pub.add('raising unexpected error in csi_ont_txn_pub.posttransaction '||sqlerrm,1);
1301: END IF;
1302: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1303: ELSIF x_return_status = FND_API.G_RET_STS_ERROR THEN
1304: IF l_debug_level > 0 THEN

Line 1305: oe_debug_pub.add('raising exc error in csi_ont_txn_pub.posttransaction '||sqlerrm,1);

1301: END IF;
1302: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1303: ELSIF x_return_status = FND_API.G_RET_STS_ERROR THEN
1304: IF l_debug_level > 0 THEN
1305: oe_debug_pub.add('raising exc error in csi_ont_txn_pub.posttransaction '||sqlerrm,1);
1306: END IF;
1307: RAISE FND_API.G_EXC_ERROR;
1308: END IF;
1309: END IF;