DBA Data[Home] [Help]

PACKAGE: APPS.AMS_TCOP_ENGINE_PKG

Source


1 PACKAGE AMS_TCOP_ENGINE_PKG AUTHID CURRENT_USER AS
2 /* $Header: amsvtcrs.pls 115.0 2003/11/17 00:16:37 rmajumda noship $ */
3 -- ===============================================================
4 -- Start of Comments
5 -- Package name
6 --          AMS_TCOP_ENGINE_PKG
7 -- Purpose
8 --
9 -- This package contains all the program units for traffic cop
10 -- Engine
11 --
12 -- History
13 --
14 -- NOTE
15 --
16 -- End of Comments
17 -- ===============================================================
18 -- Start of Comments
19 -- Name
20 -- Apply_Fatigue_Rules
21 --
22 -- Purpose
23 -- This procedure applies fatigue rules on the Target Group of Schedule.
24 --
25 G_PACKAGE_NAME  CONSTANT VARCHAR2(30) := 'AMS_TCOP_ENGINE_PKG';
26 
27 Procedure Apply_Fatigue_Rules(
28   p_schedule_id NUMBER
29 ) ;
30 
31 
32 END AMS_TCOP_ENGINE_PKG;