DBA Data[Home] [Help]

APPS.CSTPOYLD dependencies on ORG_ACCT_PERIODS

Line 245: FROM org_acct_periods

241: x_statement := 40;
242: BEGIN
243: SELECT acct_period_id
244: INTO x_acct_period_id
245: FROM org_acct_periods
246: WHERE organization_id = x_organization_id
247: AND l_legal_entity_date BETWEEN period_start_date AND schedule_close_date;
248: EXCEPTION
249: when NO_DATA_FOUND then