DBA Data[Home] [Help]

APPS.OE_LINE_FULLFILL dependencies on OKS_OMINT_PUB

Line 752: l_Service_Order_Lines OKS_OMINT_PUB.Service_Order_Lines_TblType;

748: --
749: /* Start Improved OM,IB,OKS changes */
750: l_msg_data VARCHAR2(2000) := NULL;
751: l_validation_level NUMBER;
752: l_Service_Order_Lines OKS_OMINT_PUB.Service_Order_Lines_TblType;
753: l_order_number NUMBER;
754: /* end Improved OM,IB,OKS changes */
755: l_message_id NUMBER;
756: l_error_code NUMBER;

Line 989: oe_debug_pub.add('Calling OKS_OMINT_PUB.Interface_Service_Order_Lines:p_line_rec.line_id:'

985: l_Service_Order_Lines(1).Order_Line_ID := p_line_rec.line_id;
986: l_Service_Order_Lines(1).Order_Number := l_order_number;
987: l_Service_Order_Lines(1).Ref_Order_Line_ID := p_line_rec.service_reference_line_id;
988: IF l_debug_level > 0 THEN
989: oe_debug_pub.add('Calling OKS_OMINT_PUB.Interface_Service_Order_Lines:p_line_rec.line_id:'
990: || p_line_rec.line_id,3) ;
991: END IF;
992:
993: OKS_OMINT_PUB.Interface_Service_Order_Lines(

Line 993: OKS_OMINT_PUB.Interface_Service_Order_Lines(

989: oe_debug_pub.add('Calling OKS_OMINT_PUB.Interface_Service_Order_Lines:p_line_rec.line_id:'
990: || p_line_rec.line_id,3) ;
991: END IF;
992:
993: OKS_OMINT_PUB.Interface_Service_Order_Lines(
994: p_Service_Order_Lines => l_Service_Order_Lines,
995: x_Return_Status => l_return_status,
996: x_Error_Message => l_msg_data);
997:

Line 999: oe_debug_pub.add('FND_API.G_RET_STS_ERROR after call to OKS_OMINT_PUB.Interface_Service');

995: x_Return_Status => l_return_status,
996: x_Error_Message => l_msg_data);
997:
998: IF l_return_status = FND_API.G_RET_STS_ERROR THEN
999: oe_debug_pub.add('FND_API.G_RET_STS_ERROR after call to OKS_OMINT_PUB.Interface_Service');
1000: oe_debug_pub.add('l_msg_data' || l_msg_data);
1001: RAISE FND_API.G_EXC_ERROR;
1002: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1003: oe_debug_pub.add('FND_API.G_RET_STS_UNEXP_ERROR after call to OKS_OMINT_PUB.Interface_Service');

Line 1003: oe_debug_pub.add('FND_API.G_RET_STS_UNEXP_ERROR after call to OKS_OMINT_PUB.Interface_Service');

999: oe_debug_pub.add('FND_API.G_RET_STS_ERROR after call to OKS_OMINT_PUB.Interface_Service');
1000: oe_debug_pub.add('l_msg_data' || l_msg_data);
1001: RAISE FND_API.G_EXC_ERROR;
1002: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1003: oe_debug_pub.add('FND_API.G_RET_STS_UNEXP_ERROR after call to OKS_OMINT_PUB.Interface_Service');
1004: oe_debug_pub.add('l_msg_data' || l_msg_data);
1005: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1006: END IF;
1007: /* End Improved OM,IB,OKS changes */

Line 1232: oe_debug_pub.add('Calling OKS_OMINT_PUB.Interface_Service_Order_Lines:LineID:'

1228: l_Service_Order_Lines(1).Order_Line_ID := p_line_tbl(l_index).line_id;
1229: l_Service_Order_Lines(1).Order_Number := l_order_number;
1230: l_Service_Order_Lines(1).Ref_Order_Line_ID := p_line_tbl(l_index).service_reference_line_id;
1231: IF l_debug_level > 0 THEN
1232: oe_debug_pub.add('Calling OKS_OMINT_PUB.Interface_Service_Order_Lines:LineID:'
1233: || p_line_tbl(l_index).line_id,3) ;
1234: END IF;
1235:
1236: OKS_OMINT_PUB.Interface_Service_Order_Lines(

Line 1236: OKS_OMINT_PUB.Interface_Service_Order_Lines(

1232: oe_debug_pub.add('Calling OKS_OMINT_PUB.Interface_Service_Order_Lines:LineID:'
1233: || p_line_tbl(l_index).line_id,3) ;
1234: END IF;
1235:
1236: OKS_OMINT_PUB.Interface_Service_Order_Lines(
1237: p_Service_Order_Lines => l_Service_Order_Lines,
1238: x_Return_Status => l_return_status,
1239: x_Error_Message => l_msg_data);
1240:

Line 1242: oe_debug_pub.add('FND_API.G_RET_STS_ERROR after call to OKS_OMINT_PUB.Interface_Service');

1238: x_Return_Status => l_return_status,
1239: x_Error_Message => l_msg_data);
1240:
1241: IF l_return_status = FND_API.G_RET_STS_ERROR THEN
1242: oe_debug_pub.add('FND_API.G_RET_STS_ERROR after call to OKS_OMINT_PUB.Interface_Service');
1243: oe_debug_pub.add('l_msg_data' || l_msg_data);
1244: RAISE FND_API.G_EXC_ERROR;
1245: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1246: oe_debug_pub.add('FND_API.G_RET_STS_UNEXP_ERROR after call to OKS_OMINT_PUB.Interface_Service');

Line 1246: oe_debug_pub.add('FND_API.G_RET_STS_UNEXP_ERROR after call to OKS_OMINT_PUB.Interface_Service');

1242: oe_debug_pub.add('FND_API.G_RET_STS_ERROR after call to OKS_OMINT_PUB.Interface_Service');
1243: oe_debug_pub.add('l_msg_data' || l_msg_data);
1244: RAISE FND_API.G_EXC_ERROR;
1245: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
1246: oe_debug_pub.add('FND_API.G_RET_STS_UNEXP_ERROR after call to OKS_OMINT_PUB.Interface_Service');
1247: oe_debug_pub.add('l_msg_data' || l_msg_data);
1248: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1249: END IF;
1250: /* End Improved OM,IB,OKS changes */