DBA Data[Home] [Help]

APPS.OKE_DTS_INTEGRATION_PKG dependencies on PO_REQUISITIONS_INTERFACE_ALL

Line 1083: from po_requisitions_interface_all

1079: FOR UPDATE OF po_ref_1, in_process_flag NOWAIT;
1080: /* Bug Number: 6011322 start */
1081: cursor req_c(p_id number, p_batch_id number) is
1082: select 'S'
1083: from po_requisitions_interface_all
1084: where oke_contract_deliverable_id = p_id
1085: and nvl(process_flag, 'S') = 'ERROR'
1086: and batch_id = p_batch_id;
1087: /* Bug Number: 6011322 end */

Line 1371: insert into po_requisitions_interface_all(

1367: into l_id
1368: from dual;
1369: /* Bug Number: 6011322 end */
1370:
1371: insert into po_requisitions_interface_all(
1372: last_updated_by,
1373: last_update_login,
1374: last_update_date,
1375: creation_date,