DBA Data[Home] [Help]

APPS.OPI_EDW_IDS_CALC dependencies on OPI_IDS_PUSH_DATE_LOG

Line 125: from opi_ids_push_date_log

121: x_status OUT NOCOPY NUMBER ) IS
122:
123: cursor get_max_push_from_date_csr is
124: select max( last_push_inv_txn_date), max(last_push_wip_txn_date)
125: from opi_ids_push_date_log
126: where organization_id = p_organization_id;
127:
128: l_inv_txn_date date;
129: l_wip_txn_date date;