DBA Data[Home] [Help]

APPS.FLM_PURGE dependencies on ORG_ACCT_PERIODS

Line 382: from org_acct_periods

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