DBA Data[Home] [Help]

APPS.RCV_SEEDEVENTS_PVT dependencies on ORG_ACCT_PERIODS

Line 4434: FROM org_acct_periods

4430: l_stmt_num := 60;
4431: /* retrieve the accounting period ID */
4432: SELECT acct_period_id
4433: INTO l_inv_trx.acct_period_id
4434: FROM org_acct_periods
4435: WHERE organization_id = p_rcv_event.organization_id
4436: AND l_le_txn_date BETWEEN period_start_date AND schedule_close_date
4437: AND open_flag = 'Y';
4438: