DBA Data[Home] [Help]

APPS.OE_BULK_SCHEDULE_UTIL dependencies on OE_BULK_MSG_PUB

Line 108: OE_BULK_MSG_PUB.Add_Exc_Msg

104: IF l_debug_level > 0 THEN
105: oe_debug_pub.add( 'OTHERS ERROR , INSERT_ERROR_MESSAGES' ) ;
106: oe_debug_pub.add( SUBSTR ( SQLERRM , 1 , 240 ) ) ;
107: END IF;
108: OE_BULK_MSG_PUB.Add_Exc_Msg
109: ( G_PKG_NAME
110: , 'Insert_Error_Messages'
111: );
112: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 134: oe_bulk_msg_pub.set_msg_context

130: END IF;
131: x_return_status := FND_API.G_RET_STS_SUCCESS;
132: FOR I IN 1..p_line_rec.line_id.count
133: LOOP
134: oe_bulk_msg_pub.set_msg_context
135: ( p_entity_code => 'LINE'
136: ,p_entity_id => p_line_rec.line_id(I)
137: ,p_header_id => p_line_rec.header_id(I)
138: ,p_line_id => p_line_rec.line_id(I)

Line 186: OE_BULK_MSG_PUB.Add;

182: OR (l_order_date_type_code = 'ARRIVAL'
183: AND p_line_rec.schedule_arrival_date(I)
184: > p_line_rec.latest_acceptable_date(I))) THEN
185: FND_MESSAGE.SET_NAME('ONT','ONT_SCH_LAD_VIOLATE');
186: OE_BULK_MSG_PUB.Add;
187: END IF;
188: END IF;
189: -- Get the Promise date flag
190: l_promise_date_flag := Oe_sys_Parameters.Value('PROMISE_DATE_FLAG');

Line 274: OE_BULK_MSG_PUB.Add_Exc_Msg

270: IF l_debug_level > 0 THEN
271: oe_debug_pub.add( 'OTHERS ERROR , EXTEND_MRP_REC' ) ;
272: oe_debug_pub.add( SUBSTR ( SQLERRM , 1 , 240 ) ) ;
273: END IF;
274: OE_BULK_MSG_PUB.Add_Exc_Msg
275: ( G_PKG_NAME
276: , 'Extend_MRP_Rec'
277: );
278: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 479: OE_BULK_MSG_PUB.Add_Exc_Msg

475: IF l_debug_level > 0 THEN
476: oe_debug_pub.add( 'OTHERS ERROR , ADD_MRP_REC' ) ;
477: oe_debug_pub.add( SUBSTR ( SQLERRM , 1 , 240 ) ) ;
478: END IF;
479: OE_BULK_MSG_PUB.Add_Exc_Msg
480: ( G_PKG_NAME
481: , 'Add_MRP_Rec'
482: );
483: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 739: OE_BULK_MSG_PUB.Add_Exc_Msg

735: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
736: WHEN OTHERS THEN
737: oe_debug_pub.add('Others Error, Load_MRP_Request');
738: oe_debug_pub.add(substr(sqlerrm,1,240));
739: OE_BULK_MSG_PUB.Add_Exc_Msg
740: ( G_PKG_NAME
741: , 'Load_MRP_Request'
742: );
743: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 779: oe_bulk_msg_pub.set_msg_context

775:
776: end if;
777:
778: --bug5880565
779: oe_bulk_msg_pub.set_msg_context
780: ( p_entity_code => 'LINE'
781: ,p_entity_id => p_line_rec.line_id(p_line_index)
782: ,p_header_id => p_line_rec.header_id(p_line_index)
783: ,p_line_id => p_line_rec.line_id(p_line_index)

Line 909: OE_BULK_MSG_PUB.Add;

905: OR (l_order_date_type_code = 'ARRIVAL'
906: AND p_line_rec.schedule_arrival_date(p_line_index)
907: > p_line_rec.latest_acceptable_date(p_line_index))) THEN
908: FND_MESSAGE.SET_NAME('ONT','ONT_SCH_LAD_VIOLATE');
909: OE_BULK_MSG_PUB.Add;
910: END IF;
911: END IF;
912:
913: -- Get the Promise date flag

Line 964: OE_BULK_MSG_PUB.Add;

960: IF l_time_to_ship < 0 THEN
961: NULL;
962: ELSIF l_time_to_ship <= to_number(OE_BULK_ORDER_PVT.G_RESERVATION_TIME_FENCE) THEN
963: FND_MESSAGE.SET_NAME('ONT','OE_BULK_NOT_SUPP_RSV');
964: OE_BULK_MSG_PUB.Add;
965: END IF;
966: EXCEPTION
967: WHEN OTHERS THEN
968: NULL;

Line 1004: OE_BULK_MSG_PUB.Add_Exc_Msg

1000: IF l_debug_level > 0 THEN
1001: oe_debug_pub.add( 'OTHERS ERROR , Update_Line_Rec' ) ;
1002: oe_debug_pub.add( SUBSTR ( SQLERRM , 1 , 240 ) ) ;
1003: END IF;
1004: OE_BULK_MSG_PUB.Add_Exc_Msg
1005: ( G_PKG_NAME
1006: , 'Update_Line_Rec'
1007: );
1008: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1066: OE_BULK_MSG_PUB.Add_Exc_Msg

1062: IF l_debug_level > 0 THEN
1063: oe_debug_pub.add( 'OTHERS ERROR , UPDATE_MRP_RESULTS' ) ;
1064: oe_debug_pub.add( SUBSTR ( SQLERRM , 1 , 240 ) ) ;
1065: END IF;
1066: OE_BULK_MSG_PUB.Add_Exc_Msg
1067: ( G_PKG_NAME
1068: , 'Update_MRP_Results'
1069: );
1070: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1221: OE_BULK_MSG_PUB.Add_Exc_Msg

1217: IF l_debug_level > 0 THEN
1218: oe_debug_pub.add( 'OTHERS ERROR , SCHEDULE_ORDERS' ) ;
1219: oe_debug_pub.add( SUBSTR ( SQLERRM , 1 , 240 ) ) ;
1220: END IF;
1221: OE_BULK_MSG_PUB.Add_Exc_Msg
1222: ( G_PKG_NAME
1223: , 'Schedule_Orders'
1224: );
1225: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;