DBA Data[Home] [Help]

APPS.PAY_US_TAX_INTERNAL dependencies on FND_COMMON_LOOKUPS

Line 3046: -- Selecting the value from fnd_common_lookups

3042: --
3043:
3044: -- Testing bug 2277932
3045: -- Eliminated the default value of '3' assigned to l_eic_filing_status_code
3046: -- Selecting the value from fnd_common_lookups
3047:
3048: begin
3049: select lookup_code
3050: into l_eic_filing_status_code

Line 3051: from fnd_common_lookups

3047:
3048: begin
3049: select lookup_code
3050: into l_eic_filing_status_code
3051: from fnd_common_lookups
3052: where lookup_type ='US_EIC_FILING_STATUS'
3053: and Meaning='No EIC';
3054: exception
3055: when no_data_found then