DBA Data[Home] [Help]

APPS.OE_ACCEPTANCE_UTIL dependencies on OE_ORDER_PUB

Line 428: p_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type

424: END Default_Contingency_Attributes;
425:
426: PROCEDURE Default_Parent_Accept_Details
427: (
428: p_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type
429: )
430: IS
431: l_order_line_id NUMBER;
432: l_return_status VARCHAR2(1);

Line 565: (p_line_rec IN OE_ORDER_PUB.Line_Rec_Type

561: NULL;
562: END Default_Parent_Accept_Details;
563:
564: PROCEDURE Get_Contingency_Attributes
565: (p_line_rec IN OE_ORDER_PUB.Line_Rec_Type
566: ,x_contingency_id OUT NOCOPY NUMBER
567: ,x_revrec_event_code OUT NOCOPY VARCHAR2
568: ,x_revrec_expiration_days OUT NOCOPY NUMBER)
569: IS

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

683:
684: END Get_Contingency_Attributes;
685:
686:
687: FUNCTION Pre_billing_acceptance_on(p_line_rec IN OE_Order_PUB.Line_Rec_Type ) RETURN BOOLEAN
688: IS
689: l_service_reference_line_id NUMBER;
690: l_return_status VARCHAR2(1);
691: l_item_type_code VARCHAR2(30);

Line 825: l_line_rec OE_ORDER_PUB.line_rec_type;

821:
822: --Overloaded to accept line_id as parameter
823: FUNCTION Pre_billing_acceptance_on (p_line_id IN NUMBER) RETURN BOOLEAN
824: IS
825: l_line_rec OE_ORDER_PUB.line_rec_type;
826: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
827: BEGIN
828:
829: OE_Line_Util.Query_Row(p_line_id => p_line_id,x_line_rec => l_line_rec);

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

837: );
838: RETURN FALSE;
839: END Pre_billing_acceptance_on;
840:
841: FUNCTION Post_billing_acceptance_on (p_line_rec IN OE_Order_PUB.Line_Rec_Type) RETURN BOOLEAN IS
842: l_service_reference_line_id NUMBER;
843: l_return_status VARCHAR2(1);
844: l_item_type_code VARCHAR2(30);
845: l_order_line_id NUMBER;

Line 977: l_line_rec OE_ORDER_PUB.line_rec_type;

973:
974: --Overloaded to accept line_id as parameter
975: FUNCTION Post_billing_acceptance_on (p_line_id IN NUMBER) RETURN BOOLEAN
976: IS
977: l_line_rec OE_ORDER_PUB.line_rec_type;
978: --
979: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
980: --
981: BEGIN

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

991: );
992: RETURN FALSE;
993: END Post_billing_acceptance_on;
994:
995: FUNCTION Customer_acceptance_Eligible (p_line_rec IN OE_Order_PUB.Line_Rec_Type) RETURN BOOLEAN IS
996: l_count NUMBER := 0;
997: --
998: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
999: --

Line 1091: l_line_rec OE_ORDER_PUB.line_rec_type;

1087: END Customer_acceptance_Eligible;
1088:
1089: --Overloaded to accept line_id as parameter
1090: FUNCTION Customer_Acceptance_Eligible (p_line_id IN NUMBER) RETURN BOOLEAN IS
1091: l_line_rec OE_ORDER_PUB.line_rec_type;
1092: --
1093: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
1094: --
1095: BEGIN

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

1106: );
1107: RETURN FALSE;
1108: END Customer_Acceptance_Eligible;
1109:
1110: FUNCTION Acceptance_Status(p_line_rec IN OE_Order_PUB.Line_Rec_Type) RETURN VARCHAR2 IS
1111: --
1112: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
1113: --
1114: BEGIN