DBA Data[Home] [Help]

APPS.EAM_WORKORDERS_JSP dependencies on ORG_ACCT_PERIODS

Line 503: from org_acct_periods

499: end if;
500:
501: select nvl(min(period_start_date), sysdate+2)
502: into l_min_open_period
503: from org_acct_periods
504: where organization_id = p_org_id
505: and open_flag = 'Y';
506: /* Fix for bug no: 2695696 */
507: /*Fix for bug 3235163*/