DBA Data[Home] [Help]

APPS.OPIMPDAT dependencies on OPI_IDS_PUSH_DATE_LOG

Line 92: from opi_ids_push_date_log pdl

88:
89: l_stmt_num := 10;
90: select max(last_push_date)
91: into l_last_push_date
92: from opi_ids_push_date_log pdl
93: where pdl.organization_id = i_org_id;
94:
95:
96: -- if there is no push log record for the organization,

Line 133: from opi_ids_push_date_log pdl

129: l_prev_push_inv_txn_date,
130: l_prev_push_inv_txn_id,
131: l_prev_push_wip_txn_date,
132: l_prev_push_wip_txn_id
133: from opi_ids_push_date_log pdl
134: where pdl.organization_id = i_org_id
135: and pdl.last_push_date = l_last_push_date;
136:
137: l_inv_from_date := l_prev_push_inv_txn_date;