DBA Data[Home] [Help]

APPS.JL_ZZ_AP_LIBRARY_1_PKG dependencies on AP_INCOME_TAX_REGIONS

Line 15: from ap_income_tax_regions

11: IF vscountry = 'US' THEN
12: Begin
13: select 'exists'
14: into l_exists
15: from ap_income_tax_regions
16: where sysdate < nvl(inactive_date, sysdate+1)
17: and region_short_name = vsstate;
18: Exception
19: When No_Data_Found Then