DBA Data[Home] [Help]

APPS.GL_CURRENCY_API dependencies on GL_PERIOD_STATUSES

Line 1476: FROM gl_period_statuses GPS

1472: trunc(derive_effective)), 1,
1473: 'EMU',
1474: 'INTER'))
1475: INTO derive_type
1476: FROM gl_period_statuses GPS
1477: WHERE GPS.application_id = 101
1478: AND GPS.ledger_id = ledger_id
1479: AND GPS.period_name = period;
1480: