DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_YEARLY_EXT_PKG dependencies on JG_ZZ_VAT_YEARLY_EXT_PKG

Line 1: PACKAGE BODY JG_ZZ_VAT_YEARLY_EXT_PKG

1: PACKAGE BODY JG_ZZ_VAT_YEARLY_EXT_PKG
2: -- $Header: jgzzyexrb.pls 120.1 2010/08/05 14:43:10 gkumares noship $
3: --*************************************************************************
4: -- Copyright (c) 2000 Oracle Product Development
5: -- All rights reserved

Line 15: -- This script creates the package specification of JG_ZZ_VAT_YEARLY_EXT_PKG

11: -- PROGRAM NAME
12: -- jgzzyexrb.pls
13:
14: -- DESCRIPTION
15: -- This script creates the package specification of JG_ZZ_VAT_YEARLY_EXT_PKG
16: -- This package body is used to report on EMEA VAT: Yearly Extract Report.
17:
18: -- USAGE
19: -- To install sqlplus / @jgzzyexrb.pls

Line 20: -- To execute sqlplus / JG_ZZ_VAT_YEARLY_EXT_PKG

16: -- This package body is used to report on EMEA VAT: Yearly Extract Report.
17:
18: -- USAGE
19: -- To install sqlplus / @jgzzyexrb.pls
20: -- To execute sqlplus / JG_ZZ_VAT_YEARLY_EXT_PKG
21:
22: -- PROGRAM LIST DESCRIPTION
23: -- beforeReport This Function is used to dynamically get the values for the Lexical References used in the Query of the Data template.
24:

Line 132: END JG_ZZ_VAT_YEARLY_EXT_PKG;

128: RETURN(TRUE);
129: END afterReport;
130: -- End of the afterReport
131:
132: END JG_ZZ_VAT_YEARLY_EXT_PKG;