DBA Data[Home] [Help]

APPS.GMF_RCV_ACCOUNTING_PKG dependencies on ORG_ACCT_PERIODS

Line 3398: FROM org_acct_periods

3394:
3395: /* retrieve the accounting period ID */
3396: SELECT acct_period_id
3397: INTO l_inv_trx.acct_period_id
3398: FROM org_acct_periods
3399: WHERE organization_id = p_rcv_accttxn.organization_id
3400: AND l_le_txn_date BETWEEN period_start_date AND schedule_close_date
3401: AND open_flag = 'Y';
3402: