DBA Data[Home] [Help]

APPS.GML_GPOAO dependencies on OP_ORDR_HDR

Line 1538: /* update edi count in the op_ordr_hdr table */

1534: END LOOP; /* while dtl */
1535: /* */
1536: ec_debug.pl(3, 'Exported order_id: ' , v_order_id);
1537: /* */
1538: /* update edi count in the op_ordr_hdr table */
1539: /* */
1540: xProgress := 'GPOAOB-10-2160';
1541: UPDATE
1542: op_ordr_hdr

Line 1542: op_ordr_hdr

1538: /* update edi count in the op_ordr_hdr table */
1539: /* */
1540: xProgress := 'GPOAOB-10-2160';
1541: UPDATE
1542: op_ordr_hdr
1543: SET
1544: edi_trans_count = edi_trans_count+1,
1545: last_update_date = sysdate,
1546: last_updated_by = fnd_global.user_id