DBA Data[Home] [Help]

APPS.FLM_PURGE dependencies on ORG_ACCT_PERIODS

Line 380: from org_acct_periods

376: end if;
377:
378: select max(period_close_date) --fix bug#3170105
379: into l_account_close_date
380: from org_acct_periods
381: where organization_id = arg_org_id
382: and schedule_close_date
383: <= l_cutoff_date
384: and open_flag = 'N'