DBA Data[Home] [Help]

APPS.JL_CO_AP_WITHHOLDING_PKG dependencies on JL_CO_AP_WITHHOLDING_PKG

Line 1: PACKAGE BODY JL_CO_AP_WITHHOLDING_PKG AS

1: PACKAGE BODY JL_CO_AP_WITHHOLDING_PKG AS
2: /* $Header: jlcopwhb.pls 120.12.12010000.2 2009/01/29 13:42:24 gkumares ship $ */
3:
4: /**************************************************************************
5: * Private Procedure Specification *

Line 135: current_calling_sequence := 'JL_CO_AP_WITHHOLDING_PKG.Jl_Co_Ap_Do_Withholding';

131:
132:
133: BEGIN
134:
135: current_calling_sequence := 'JL_CO_AP_WITHHOLDING_PKG.Jl_Co_Ap_Do_Withholding';
136:
137: -----------------------------------------------------------------------
138: -- IF calling module is different from AUTOAPPROVAL should not execute
139: -- anything for Colombia Bug# 2279293

Line 420: current_calling_sequence := 'JL_CO_AP_WITHHOLDING_PKG.Jl_Co_Ap_Calculate_AWT_Amounts';

416: tab_invoice_wh Jl_Zz_Ap_Withholding_Pkg.Tab_All_Withholding;
417:
418: BEGIN
419:
420: current_calling_sequence := 'JL_CO_AP_WITHHOLDING_PKG.Jl_Co_Ap_Calculate_AWT_Amounts';
421:
422: ------------------------------------------
423: -- Opens the cursor to select all the NIT
424: ------------------------------------------

Line 812: current_calling_sequence := 'JL_CO_AP_WITHHOLDING_PKG.User_Defined_Formula_Exists';

808:
809:
810: BEGIN
811:
812: current_calling_sequence := 'JL_CO_AP_WITHHOLDING_PKG.User_Defined_Formula_Exists';
813:
814: -------------------------------------------------------------------------
815: -- Opens the cursor to select all the user defined formula flag
816: -------------------------------------------------------------------------

Line 989: END JL_CO_AP_WITHHOLDING_PKG;

985: Jl_Zz_Ap_Withholding_Pkg.Print_Tax_Names (P_Tab_Withhold);
986:
987: END Process_Withholdings;
988:
989: END JL_CO_AP_WITHHOLDING_PKG;