DBA Data[Home] [Help]

PACKAGE: APPS.ARP_CMERGE

Source


1 PACKAGE ARP_CMERGE AUTHID CURRENT_USER AS
2 /* $Header: ARPLARMS.pls 115.3 2003/02/20 09:47:38 jassing ship $ */
3 
4   procedure MERGE (req_id NUMBER, set_num NUMBER, process_mode VARCHAR2);
5 /* Bug 2447449, Declared the following variable to limit the buffer size */
6   max_array_size CONSTANT NUMBER := 1000;
7 end ARP_CMERGE;