DBA Data[Home] [Help]

APPS.AP_UPDATE_1099_AWT_DISTS_PKG dependencies on AP_UPDATE_1099_AWT_DISTS_PKG

Line 1: PACKAGE BODY Ap_Update_1099_Awt_Dists_Pkg AS

1: PACKAGE BODY Ap_Update_1099_Awt_Dists_Pkg AS
2: /* $Header: apupawtb.pls 120.0 2003/06/13 17:56:21 isartawi noship $ */
3:
4: ----------------------------------------------------------------------------
5: FUNCTION Get_Income_Tax_Region(

Line 82: 'Ap_Update_1099_Awt_Dists_Pkg.Upgrade';

78: l_current_calling_sequence VARCHAR2(2000);
79: BEGIN
80: --
81: l_current_calling_sequence := P_calling_sequence||'->'||
82: 'Ap_Update_1099_Awt_Dists_Pkg.Upgrade';
83: --
84: SELECT TO_CHAR(SYSDATE, 'YYYY/MM/DD' )
85: INTO l_date
86: FROM dual;

Line 161: Ap_Update_1099_Awt_Dists_Pkg.Get_Income_tax_region(

157: SET ID.type_1099 = 'MISC4',
158: ID.income_tax_Region =
159: decode(l_combined_filing_flag, 'Y',
160: decode(l_income_tax_region_flag, 'Y',
161: Ap_Update_1099_Awt_Dists_Pkg.Get_Income_tax_region(
162: ID.invoice_id,
163: l_current_calling_sequence),
164: l_income_tax_region
165: ), NULL

Line 232: END Ap_Update_1099_Awt_Dists_Pkg;

228: retcode := 2;
229: --
230: END Upgrade;
231: --
232: END Ap_Update_1099_Awt_Dists_Pkg;