DBA Data[Home] [Help]

APPS.EAM_OPERATIONS_JSP dependencies on ORG_ACCT_PERIODS

Line 321: from org_acct_periods

317: /* Fix for Bug 2100416 */
318:
319: select nvl(min(period_start_date), sysdate+1)
320: into l_open_acct_per_date
321: from org_acct_periods
322: where organization_id = (select organization_id from wip_discrete_jobs where wip_entity_id = p_wip_entity_id)
323: and open_flag = 'Y';
324:
325: if (l_act_st_date is not null) and (l_act_duration is not null) then