DBA Data[Home] [Help]

PACKAGE: APPS.GL_AUTO_ALLOC_PARALLEL_PKG

Source


1 PACKAGE  GL_AUTO_ALLOC_PARALLEL_PKG AUTHID CURRENT_USER AS
2 /* $Header: glalplls.pls 120.1 2002/04/10 19:26:01 djogg ship $ */
3 
4 diagn_msg_flag       BOOLEAN := TRUE;
5 PROCEDURE diagn_msg (message_string   IN  VARCHAR2);
6 
7   --   get_unique_id
8   -- Purpose
9   --    Submit generation concurrent program for each step in the allocation set
10   --    And insert record for each concurrent program launched into
11   --    GL_AUTO_ALLOC_BAT_HIST_DET
12   -- Arguments
13   --    Allocation set request Id
14   -- Notes
15   --
16 
17 Procedure Start_Auto_Allocation_Parallel(p_request_Id       IN NUMBER);
18 
19 End GL_AUTO_ALLOC_PARALLEL_PKG;