DBA Data[Home] [Help]

APPS.IGC_CC_OPN_UPD_GET_LNK_PUB dependencies on GL_DAILY_CONVERSION_TYPES

Line 1646: FROM gl_daily_conversion_types

1642: END IF;
1643:
1644: SELECT conversion_type
1645: INTO l_conversion_type
1646: FROM gl_daily_conversion_types
1647: WHERE conversion_type <> 'Period Average (Upgrade)'
1648: AND conversion_type <> 'EMU FIXED'
1649: AND conversion_type = x_conversion_type;
1650: