DBA Data[Home] [Help]

APPS.OKE_DTS_INTEGRATION_PKG dependencies on PO_REQUISITIONS_INTERFACE_ALL

Line 1121: from po_requisitions_interface_all

1117: FOR UPDATE OF po_ref_1, in_process_flag NOWAIT;
1118: /* Bug Number: 6011322 start */
1119: cursor req_c(p_id number, p_batch_id number) is
1120: select 'S'
1121: from po_requisitions_interface_all
1122: where oke_contract_deliverable_id = p_id
1123: and nvl(process_flag, 'S') = 'ERROR'
1124: and batch_id = p_batch_id;
1125: /* Bug Number: 6011322 end */

Line 1414: insert into po_requisitions_interface_all(

1410: into l_id
1411: from dual;
1412: /* Bug Number: 6011322 end */
1413:
1414: insert into po_requisitions_interface_all(
1415: last_updated_by,
1416: last_update_login,
1417: last_update_date,
1418: creation_date,