DBA Data[Home] [Help]

APPS.AR_AGG_VAT_STMT_PKG dependencies on AR_AGG_VAT_STMT_PKG

Line 1: PACKAGE BODY AR_AGG_VAT_STMT_PKG

1: PACKAGE BODY AR_AGG_VAT_STMT_PKG
2: -- $Header: araggvatstmtpb.pls 120.0 2007/12/13 10:03:40 sgudupat noship $
3: -- ****************************************************************************
4: -- Copyright (c) 2000 Oracle Solution Services (India) Product Development
5: -- All rights reserved

Line 12: -- This script creates the package Body of ar_agg_vat_stmt_pkg.

8: -- PROGRAM NAME
9: -- araggvatstmtpb.pls
10: --
11: -- DESCRIPTION
12: -- This script creates the package Body of ar_agg_vat_stmt_pkg.
13: -- This package is used to generate Aggregate VAT Statement.
14: --
15: -- USAGE
16: --

Line 55: END AR_AGG_VAT_STMT_PKG;

51: END IF;
52: RETURN(l_rate);
53: END get_rate;
54:
55: END AR_AGG_VAT_STMT_PKG;