DBA Data[Home] [Help]

APPS.GML_PO_HEADER_ARCHIVE dependencies on GML_PO_INTERFACE

Line 116: /* and the resub routine. Just call GML_PO_INTERFACE.insert_rec */

112: BEGIN
113:
114: IF v_revision_num > 0 THEN
115: /* BUG#:1222249 commented out the call to cursor */
116: /* and the resub routine. Just call GML_PO_INTERFACE.insert_rec */
117:
118: /*
119: OPEN po_headers_archive_cur(v_segment1, v_revision_num-1);
120: FETCH po_headers_archive_cur

Line 143: GML_PO_INTERFACE.insert_rec (v_po_header_id,

139:
140: OPEN line_loc_cur ;
141: FETCH line_loc_cur INTO v_po_line_id,v_ship_to_location_id,v_line_location_id;
142: CLOSE line_loc_cur;
143: GML_PO_INTERFACE.insert_rec (v_po_header_id,
144: v_po_line_id,
145: v_line_location_id,
146: null,
147: null,