DBA Data[Home] [Help]

APPS.GME_GMEBCHTK_XMLP_PKG dependencies on GME_BATCH_HEADER

Line 152: update gme_batch_header set print_count = print_count + 1 where organization_id = p_org_id and

148: END CF_SUBINV_LABELFORMULA;
149: function R_batchFormatTrigger(batch_no1 VARCHAR2) return varchar2 is
150: pragma autonomous_transaction;
151: begin
152: update gme_batch_header set print_count = print_count + 1 where organization_id = p_org_id and
153: batch_no = batch_no1;
154: commit;
155: return 'TRUE';
156: end;