DBA Data[Home] [Help]

APPS.OE_ACCEPTANCE_UTIL dependencies on OE_ORDER_PUB

Line 390: p_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type

386: END Default_Contingency_Attributes;
387:
388: PROCEDURE Default_Parent_Accept_Details
389: (
390: p_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type
391: )
392: IS
393: l_order_line_id NUMBER;
394: l_return_status VARCHAR2(1);

Line 527: (p_line_rec IN OE_ORDER_PUB.Line_Rec_Type

523: NULL;
524: END Default_Parent_Accept_Details;
525:
526: PROCEDURE Get_Contingency_Attributes
527: (p_line_rec IN OE_ORDER_PUB.Line_Rec_Type
528: ,x_contingency_id OUT NOCOPY NUMBER
529: ,x_revrec_event_code OUT NOCOPY VARCHAR2
530: ,x_revrec_expiration_days OUT NOCOPY NUMBER)
531: IS

Line 649: FUNCTION Pre_billing_acceptance_on(p_line_rec IN OE_Order_PUB.Line_Rec_Type ) RETURN BOOLEAN

645:
646: END Get_Contingency_Attributes;
647:
648:
649: FUNCTION Pre_billing_acceptance_on(p_line_rec IN OE_Order_PUB.Line_Rec_Type ) RETURN BOOLEAN
650: IS
651: l_service_reference_line_id NUMBER;
652: l_return_status VARCHAR2(1);
653: l_item_type_code VARCHAR2(30);

Line 787: l_line_rec OE_ORDER_PUB.line_rec_type;

783:
784: --Overloaded to accept line_id as parameter
785: FUNCTION Pre_billing_acceptance_on (p_line_id IN NUMBER) RETURN BOOLEAN
786: IS
787: l_line_rec OE_ORDER_PUB.line_rec_type;
788: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
789: BEGIN
790:
791: OE_Line_Util.Query_Row(p_line_id => p_line_id,x_line_rec => l_line_rec);

Line 803: FUNCTION Post_billing_acceptance_on (p_line_rec IN OE_Order_PUB.Line_Rec_Type) RETURN BOOLEAN IS

799: );
800: RETURN FALSE;
801: END Pre_billing_acceptance_on;
802:
803: FUNCTION Post_billing_acceptance_on (p_line_rec IN OE_Order_PUB.Line_Rec_Type) RETURN BOOLEAN IS
804: l_service_reference_line_id NUMBER;
805: l_return_status VARCHAR2(1);
806: l_item_type_code VARCHAR2(30);
807: l_order_line_id NUMBER;

Line 939: l_line_rec OE_ORDER_PUB.line_rec_type;

935:
936: --Overloaded to accept line_id as parameter
937: FUNCTION Post_billing_acceptance_on (p_line_id IN NUMBER) RETURN BOOLEAN
938: IS
939: l_line_rec OE_ORDER_PUB.line_rec_type;
940: --
941: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
942: --
943: BEGIN

Line 957: FUNCTION Customer_acceptance_Eligible (p_line_rec IN OE_Order_PUB.Line_Rec_Type) RETURN BOOLEAN IS

953: );
954: RETURN FALSE;
955: END Post_billing_acceptance_on;
956:
957: FUNCTION Customer_acceptance_Eligible (p_line_rec IN OE_Order_PUB.Line_Rec_Type) RETURN BOOLEAN IS
958: l_count NUMBER := 0;
959: --
960: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
961: --

Line 1053: l_line_rec OE_ORDER_PUB.line_rec_type;

1049: END Customer_acceptance_Eligible;
1050:
1051: --Overloaded to accept line_id as parameter
1052: FUNCTION Customer_Acceptance_Eligible (p_line_id IN NUMBER) RETURN BOOLEAN IS
1053: l_line_rec OE_ORDER_PUB.line_rec_type;
1054: --
1055: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
1056: --
1057: BEGIN

Line 1072: FUNCTION Acceptance_Status(p_line_rec IN OE_Order_PUB.Line_Rec_Type) RETURN VARCHAR2 IS

1068: );
1069: RETURN FALSE;
1070: END Customer_Acceptance_Eligible;
1071:
1072: FUNCTION Acceptance_Status(p_line_rec IN OE_Order_PUB.Line_Rec_Type) RETURN VARCHAR2 IS
1073: --
1074: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
1075: --
1076: BEGIN