DBA Data[Home] [Help]

APPS.OE_PREPAYMENT_UTIL dependencies on OE_ORDER_PUB

Line 66: ( p_header_rec IN OE_Order_PUB.Header_Rec_Type )

62: Returns 'Y' if the Order is being paid using a Credit Card AND
63: the payment term is of prepayment type.
64: ---------------------------------------------------------------------*/
65: FUNCTION Is_Prepaid_Order
66: ( p_header_rec IN OE_Order_PUB.Header_Rec_Type )
67: RETURN VARCHAR2;
68:
69: -- overloading the function so that it also takes header_id.
70: FUNCTION Is_Prepaid_Order