DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PVT dependencies on ORG_ACCT_PERIODS

Line 8328: from org_acct_periods

8324: IF (l_eam_wo_rec.scheduled_start_date < sysdate)
8325: THEN
8326: select nvl(min(period_start_date),l_eam_wo_rec.scheduled_start_date)
8327: into l_min_open_period_date
8328: from org_acct_periods
8329: where organization_id=l_eam_wo_rec.organization_id
8330: and open_flag = 'Y'
8331: and period_close_date is null;
8332: