DBA Data[Home] [Help]

APPS.JL_ZZ_AP_LIBRARY_1_PKG dependencies on JL_BR_AP_TAX_CALENDAR_HEADERS

Line 655: from jl_br_ap_tax_calendar_headers

651: Begin
652: errcd := 0;
653: select base_date
654: Into basedt
655: from jl_br_ap_tax_calendar_headers
656: where tax_calendar_name = taxcal_name
657: and tax_type = taxtype and rownum = row_number;
658: Exception
659: When Others Then