DBA Data[Home] [Help]

APPS.OE_SHP_PROCESS dependencies on OE_MSG

Line 72: OE_MSG.Internal_Exception(Routine=>

68: exception
69:
70: when others then
71: P_Return_Status:=OE_FAILURE;
72: OE_MSG.Internal_Exception(Routine=>
73: 'OE_OPT_SER_LINES.Apply_Ordered_Quantity_Change',
74: Operation=>'',
75: Object=>'SHIPMENT',
76: Message=>' When Others');

Line 118: OE_MSG.Internal_Exception(Routine=>

114: exception
115:
116: when others then
117: P_Return_Status:=OE_FAILURE;
118: OE_MSG.Internal_Exception(Routine=>
119: 'OE_SHP_PROCESS.Get_Shipment_Detail_Controls',
120: Operation=>'',
121: Object=>'SHIPMENT',
122: Message=>' When Others');

Line 215: OE_MSG.Internal_Exception(Routine=>

211: null;
212:
213: when others then
214: P_Return_Status:=OE_FAILURE;
215: OE_MSG.Internal_Exception(Routine=>
216: 'OE_SHP_PROCESS.Query_Shipment_Total',
217: Operation=>'',
218: Object=>'SHIPMENT',
219: Message=>' When Others');

Line 263: OE_MSG.Internal_Exception(Routine=>

259: null;
260:
261: when others then
262: P_Return_Status:=OE_FAILURE;
263: OE_MSG.Internal_Exception(Routine=>
264: 'OE_SHP_PROCESS.Calc_Shipment_Total',
265: Operation=>'',
266: Object=>'SHIPMENT',
267: Message=>' When Others');

Line 318: OE_MSG.Internal_Exception(Routine=>

314: null;
315:
316: when others then
317: P_Return_Status:=OE_FAILURE;
318: OE_MSG.Internal_Exception(Routine=>
319: 'OE_SHP_PROCESS.Total_Shipment',
320: Operation=>'',
321: Object=>'SHIPMENT',
322: Message=>' When Others');

Line 380: OE_MSG.Internal_Exception(Routine=>

376: null;
377:
378: when others then
379: P_Return_Status:=OE_FAILURE;
380: OE_MSG.Internal_Exception(Routine=>
381: 'OE_SHP_PROCESS.Calc_Line_Total',
382: Operation=>'',
383: Object=>'SHIPMENT',
384: Message=>' When Others');

Line 438: OE_MSG.Internal_Exception(Routine=>

434: null;
435:
436: when others then
437: P_Return_Status:=OE_FAILURE;
438: OE_MSG.Internal_Exception(Routine=>
439: 'OE_SHP_PROCESS.Total_Line',
440: Operation=>'',
441: Object=>'SHIPMENT',
442: Message=>' When Others');

Line 479: OE_MSG.Internal_Exception(Routine=>

475: P_Line_Total:=0;
476:
477: when others then
478: P_Return_Status:=OE_FAILURE;
479: OE_MSG.Internal_Exception(Routine=>
480: 'OE_SHP_PROCESS.Shipment_Total',
481: Operation=>'',
482: Object=>'SHIPMENT',
483: Message=>' When Others');

Line 517: OE_MSG.Internal_Exception(Routine=>

513: P_Lines_Shipment_Lines_Count:=0;
514:
515: when others then
516: P_Return_Status:=OE_FAILURE;
517: OE_MSG.Internal_Exception(Routine=>
518: 'OE_SHP_PROCESS.Shipment_Quantity_Total',
519: Operation=>'',
520: Object=>'SHIPMENT',
521: Message=>' When Others');

Line 551: OE_MSG.Internal_Exception(Routine=>

547: Exception
548:
549: when others then
550: P_Return_Status:=OE_FAILURE;
551: OE_MSG.Internal_Exception(Routine=>
552: 'OE_SHP_PROCESS.Update_Line_Type_Code',
553: Operation=>'',
554: Object=>'SHIPMENT',
555: Message=>' When Others');

Line 597: OE_MSG.Internal_Exception(Routine=>

593: Exception
594:
595: when others then
596: P_Return_Status:=OE_FAILURE;
597: OE_MSG.Internal_Exception(Routine=>
598: 'OE_SHP_PROCESS.Match_Shipment_Quantity',
599: Operation=>'',
600: Object=>'SHIPMENT',
601: Message=>' When Others');

Line 634: OE_MSG.Internal_Exception(Routine=>

630: Exception
631:
632: when others then
633: P_Return_Status:=OE_FAILURE;
634: OE_MSG.Internal_Exception(Routine=>
635: 'OE_SHP_PROCESS.Update_Line_Quantity',
636: Operation=>'',
637: Object=>'SHIPMENT',
638: Message=>' When Others');

Line 669: OE_MSG.Internal_Exception(Routine=>

665: Exception
666:
667: when others then
668: P_Return_Status:=OE_FAILURE;
669: OE_MSG.Internal_Exception(Routine=>
670: 'OE_SHP_PROCESS.Update_Parent_Option_Quantity',
671: Operation=>'',
672: Object=>'SHIPMENT',
673: Message=>' When Others');