DBA Data[Home] [Help]

APPS.AP_TURNOVER_RPT_PKG dependencies on AP_TURNOVER_RPT_PKG

Line 1: PACKAGE BODY AP_TURNOVER_RPT_PKG AS

1: PACKAGE BODY AP_TURNOVER_RPT_PKG AS
2: -- $Header: APTURNOVERRPTPB.pls 120.1 2008/05/27 14:45:09 rapulla noship $
3: -- ****************************************************************************************
4: -- Copyright (c) 2000 Oracle Corporation Product Development
5: -- All rights reserved

Line 12: -- This script creates the package body of AP_TURNOVER_RPT_PKG.

8: -- PROGRAM NAME
9: -- APTURNOVERRPTPB.pls
10: --
11: -- DESCRIPTION
12: -- This script creates the package body of AP_TURNOVER_RPT_PKG.
13: -- This package is used to generate AP Turnover Report.
14: --
15: -- USAGE
16: -- To install How to Install

Line 264: END AP_TURNOVER_RPT_PKG;

260: g_open_balance :=NVL(gn_open_payment_balance,0)-NVL(gn_open_invoice_balance,0);
261: RETURN(NVL(g_open_balance,0));
262: END opening_balance;
263:
264: END AP_TURNOVER_RPT_PKG;