DBA Data[Home] [Help]

APPS.RCV_SEEDEVENTS_PVT dependencies on ORG_ACCT_PERIODS

Line 4443: FROM org_acct_periods

4439: l_stmt_num := 60;
4440: /* retrieve the accounting period ID */
4441: SELECT acct_period_id
4442: INTO l_inv_trx.acct_period_id
4443: FROM org_acct_periods
4444: WHERE organization_id = p_rcv_event.organization_id
4445: AND l_le_txn_date BETWEEN period_start_date AND schedule_close_date
4446: AND open_flag = 'Y';
4447: