DBA Data[Home] [Help]

APPS.PV_ENRL_REQUEST_ORDER_PUB dependencies on PV_ENRL_REQUEST_ORDER_PUB

Line 1: PACKAGE BODY PV_ENRL_REQUEST_ORDER_PUB AS

1: PACKAGE BODY PV_ENRL_REQUEST_ORDER_PUB AS
2: /* $Header: pvxperob.pls 120.1 2005/08/10 17:00:25 appldev ship $ */
3:
4: --Comments
5: --kvattiku: Aug 05, 05 Commented out for R12 in Get_payment_type. Directly retrieve from pv_lookups.

Line 11: G_PKG_NAME CONSTANT VARCHAR2(30) := 'PV_ENRL_REQUEST_ORDER_PUB';

7: -- both AR_PAYMENT_SCHEDULES_ALL and RA_CUSTOMER_TRX_LINES_ALL
8:
9: -- Global constant holding the package name
10:
11: G_PKG_NAME CONSTANT VARCHAR2(30) := 'PV_ENRL_REQUEST_ORDER_PUB';
12:
13:
14: FUNCTION get_Invoice_Balance
15: ( p_order_header_id IN NUMBER

Line 160: END PV_ENRL_REQUEST_ORDER_PUB;

156: x_invoice_currency := NULL;
157: x_invoice_number := NULL;
158: END get_invoice_details; -- GET_INVOICE_BALANCE
159:
160: END PV_ENRL_REQUEST_ORDER_PUB;