DBA Data[Home] [Help]

APPS.OE_LIN dependencies on OE_LIN

Line 1: PACKAGE BODY OE_LIN AS

1: PACKAGE BODY OE_LIN AS
2: /* $Header: OEXLINSB.pls 115.2 99/07/16 08:13:11 porting shi $ */
3:
4: OE_SUCCESS CONSTANT VARCHAR2(1) := 'Y';
5: OE_FAILURE CONSTANT VARCHAR2(1) := 'N';

Line 2: /* $Header: OEXLINSB.pls 115.2 99/07/16 08:13:11 porting shi $ */

1: PACKAGE BODY OE_LIN AS
2: /* $Header: OEXLINSB.pls 115.2 99/07/16 08:13:11 porting shi $ */
3:
4: OE_SUCCESS CONSTANT VARCHAR2(1) := 'Y';
5: OE_FAILURE CONSTANT VARCHAR2(1) := 'N';
6: OE_BOOKED CONSTANT INTEGER:= 1;

Line 25: OE_LIN.Check_Manual_Discount_Priv(

21: )
22: is
23: P_REASON varchar2(100);
24: begin
25: OE_LIN.Check_Manual_Discount_Priv(
26: X_Price_List_Id=>P_Price_List_Id,
27: X_Order_Price_List_Id=>P_Order_Price_List_Id,
28: X_Order_Order_Type_Id=>P_Order_Order_Type_Id,
29: X_Header_Id=>P_Header_Id,

Line 135: 'OE_LIN.Check_Allow_Manual_Discount',

131:
132: when others then
133: X_Global_Result:=OE_FAILURE;
134: OE_MSG.Internal_Exception(Routine=>
135: 'OE_LIN.Check_Allow_Manual_Discount',
136: Operation=>'Pricing',
137: Object=>'LINE',
138: Message=>' When Others');
139:

Line 174: OE_LIN.Check_Allow_Manual_Discount(

170: begin
171:
172: P_Global_Result:=OE_SUCCESS;
173:
174: OE_LIN.Check_Allow_Manual_Discount(
175: P_Price_List_Id=>P_Price_List_Id,
176: P_Order_Price_List_Id=>P_Order_Price_List_Id,
177: P_Order_Order_Type_Id=>P_Order_Order_Type_Id,
178: P_Header_Id=>P_Header_Id ,

Line 276: 'OE_LIN.Apply_Manual_Discount',

272:
273: when others then
274: P_Global_Result:=OE_FAILURE;
275: OE_MSG.Internal_Exception(Routine=>
276: 'OE_LIN.Apply_Manual_Discount',
277: Operation=>'Pricing',
278: Object=>'LINE',
279: Message=>' When Others');
280:

Line 320: 'OE_LIN.Get_Line_Object_Adj_Total',

316:
317: when others then
318: P_Return_Status:=OE_FAILURE;
319: OE_MSG.Internal_Exception(Routine=>
320: 'OE_LIN.Get_Line_Object_Adj_Total',
321: Operation=>'Pricing',
322: Object=>'LINE',
323: Message=>' When Others');
324:

Line 352: 'OE_LIN_Validate.ATO_Model',

348:
349: when others then
350: Return_Status:=OE_FAILURE;
351: OE_MSG.Internal_Exception(Routine=>
352: 'OE_LIN_Validate.ATO_Model',
353: Operation=>'',
354: Object=>'LINE',
355: Message=>' When Others');
356:

Line 381: 'OE_LIN_Validate.ATO_Configuration',

377:
378: when others then
379: Return_Status:=OE_FAILURE;
380: OE_MSG.Internal_Exception(Routine=>
381: 'OE_LIN_Validate.ATO_Configuration',
382: Operation=>'',
383: Object=>'LINE',
384: Message=>' When Others');
385:

Line 410: 'OE_LIN.Supply_Reserved',

406:
407: when others then
408: Return_Status:=OE_FAILURE;
409: OE_MSG.Internal_Exception(Routine=>
410: 'OE_LIN.Supply_Reserved',
411: Operation=>'',
412: Object=>'LINE',
413: Message=>' When Others');
414:

Line 440: 'OE_LIN.Check_Schedule_Group',

436:
437: when others then
438: Return_Status:=OE_FAILURE;
439: OE_MSG.Internal_Exception(Routine=>
440: 'OE_LIN.Check_Schedule_Group',
441: Operation=>'',
442: Object=>'LINE',
443: Message=>' When Others');
444:

Line 471: 'OE_LIN.Internal_Order',

467:
468: when others then
469: Return_Status:=OE_FAILURE;
470: OE_MSG.Internal_Exception(Routine=>
471: 'OE_LIN.Internal_Order',
472: Operation=>'',
473: Object=>'LINE',
474: Message=>' When Others');
475:

Line 510: 'OE_LIN.Fully_Released',

506:
507: when others then
508: Return_Status:=OE_FAILURE;
509: OE_MSG.Internal_Exception(Routine=>
510: 'OE_LIN.Fully_Released',
511: Operation=>'',
512: Object=>'LINE',
513: Message=>' When Others');
514:

Line 550: 'OE_LIN.Fully_Cancelled',

546:
547: when others then
548: Return_Status:=OE_FAILURE;
549: OE_MSG.Internal_Exception(Routine=>
550: 'OE_LIN.Fully_Cancelled',
551: Operation=>'',
552: Object=>'LINE',
553: Message=>' When Others');
554:

Line 585: 'OE_LIN.Calc_Lin_Obj_Open_Quantity',

581:
582: when others then
583: P_Return_Status:=OE_FAILURE;
584: OE_MSG.Internal_Exception(Routine=>
585: 'OE_LIN.Calc_Lin_Obj_Open_Quantity',
586: Operation=>'',
587: Object=>'LINE',
588: Message=>' When Others');
589:

Line 663: 'OE_LIN.Load_ATO_Flag',

659:
660: when others then
661: P_Return_Status:=OE_FAILURE;
662: OE_MSG.Internal_Exception(Routine=>
663: 'OE_LIN.Load_ATO_Flag',
664: Operation=>'',
665: Object=>'LINE',
666: Message=>' When Others');
667:

Line 720: OE_MSG.Set_Buffer_Message('OE_LIN_SERVICES_EXISTS','','');

716: fetch service_exists into l_dummy;
717: close service_exists;
718: if l_dummy is not null then
719: P_Return_Status:=OE_FAILURE;
720: OE_MSG.Set_Buffer_Message('OE_LIN_SERVICES_EXISTS','','');
721: return;
722: end if;
723: open installation_exists(p_line_id);
724: fetch installation_exists into l_dummy;

Line 728: OE_MSG.Set_Buffer_Message('OE_LIN_ISD_EXISTS','','');

724: fetch installation_exists into l_dummy;
725: close installation_exists;
726: if l_dummy is not null then
727: P_Return_Status:=OE_FAILURE;
728: OE_MSG.Set_Buffer_Message('OE_LIN_ISD_EXISTS','','');
729: return;
730: end if;
731: end;
732: else -- not a model

Line 749: OE_MSG.Set_Buffer_Message('OE_LIN_SERVICES_EXISTS','','');

745: fetch service_exists into l_dummy;
746: close service_exists;
747: if l_dummy is not null then
748: P_Return_Status:=OE_FAILURE;
749: OE_MSG.Set_Buffer_Message('OE_LIN_SERVICES_EXISTS','','');
750: return;
751: end if;
752: open installation_exists(p_line_id);
753: fetch installation_exists into l_dummy;

Line 757: OE_MSG.Set_Buffer_Message('OE_LIN_ISD_EXISTS','','');

753: fetch installation_exists into l_dummy;
754: close installation_exists;
755: if l_dummy is not null then
756: P_Return_Status:=OE_FAILURE;
757: OE_MSG.Set_Buffer_Message('OE_LIN_ISD_EXISTS','','');
758: return;
759: end if;
760: end;
761: end if; -- item_type = MODEL

Line 799: OE_MSG.Set_Buffer_Message('OE_OE_LINE_CONFIG_PROCESSED','','');

795: OR OPEN_FLAG IS NULL)
796: AND ROWNUM = 1;
797:
798: P_Return_Status:=OE_FAILURE;
799: OE_MSG.Set_Buffer_Message('OE_OE_LINE_CONFIG_PROCESSED','','');
800: exception
801: when no_data_found then
802: null;
803: end;

Line 810: 'OE_LIN.Check_Navigate_Shipments',

806:
807: when others then
808: P_Return_Status:=OE_FAILURE;
809: OE_MSG.Internal_Exception(Routine=>
810: 'OE_LIN.Check_Navigate_Shipments',
811: Operation=>'',
812: Object=>'LINE',
813: Message=>' When Others');
814:

Line 849: 'OE_LIN.Update_Shippable_Flag',

845:
846: when others then
847: P_Return_Status:=OE_FAILURE;
848: OE_MSG.Internal_Exception(Routine=>
849: 'OE_LIN.Update_Shippable_Flag',
850: Operation=>'',
851: Object=>'LINE',
852: Message=>' When Others');
853:

Line 857: end OE_LIN;

853:
854:
855: end Update_Shippable_Flag;
856:
857: end OE_LIN;