DBA Data[Home] [Help]

APPS.PAY_US_TAX_INTERNAL dependencies on FND_COMMON_LOOKUPS

Line 3048: -- Selecting the value from fnd_common_lookups

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

Line 3053: from fnd_common_lookups

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