DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PVT dependencies on ORG_ACCT_PERIODS

Line 8877: from org_acct_periods

8873: IF (l_eam_wo_rec.scheduled_start_date < sysdate)
8874: THEN
8875: select nvl(min(period_start_date),l_eam_wo_rec.scheduled_start_date)
8876: into l_min_open_period_date
8877: from org_acct_periods
8878: where organization_id=l_eam_wo_rec.organization_id
8879: and open_flag = 'Y'
8880: and period_close_date is null;
8881: