DBA Data[Home] [Help]

APPS.AMS_TCOP_ENGINE_PKG dependencies on AMS_TCOP_ENGINE_PKG

Line 1: PACKAGE BODY AMS_TCOP_ENGINE_PKG AS

1: PACKAGE BODY AMS_TCOP_ENGINE_PKG AS
2: /* $Header: amsvtcrb.pls 115.2 2004/05/18 11:20:50 mayjain noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- AMS_TCOP_ENGINE_PKG

2: /* $Header: amsvtcrb.pls 115.2 2004/05/18 11:20:50 mayjain 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

Line 727: AMS_Utility_PVT.Write_Conc_Log('AMS_TCOP_ENGINE_PKG.Apply_Fatigue_Rules ====> Begin Apply Fatigue Rules for Schedule ID = ' || to_char(p_schedule_id));

723: PROCEDURE_NAME,
724: 'WRITE_INPUT_PARAMETERS',
725: 'Applying Traffic Cop for Schedule ID '||to_char(p_schedule_id)
726: );
727: AMS_Utility_PVT.Write_Conc_Log('AMS_TCOP_ENGINE_PKG.Apply_Fatigue_Rules ====> Begin Apply Fatigue Rules for Schedule ID = ' || to_char(p_schedule_id));
728:
729:
730: -- 3/1/2004 mayjain fix for bug 3470706 START
731: -- This variable is list of all the parties fatigued

Line 1050: AMS_Utility_PVT.Write_Conc_Log('AMS_TCOP_ENGINE_PKG.Apply_Fatigue_Rules ====> Ready to create entries in AMS_TCOP_FATIGUED_BY. Number of entries = '||to_char(l_count));

1046: PROCEDURE_NAME,
1047: l_label,
1048: 'Ready to create entries in AMS_TCOP_FATIGUED_BY. Number of entries = '||to_char(l_count)
1049: );
1050: AMS_Utility_PVT.Write_Conc_Log('AMS_TCOP_ENGINE_PKG.Apply_Fatigue_Rules ====> Ready to create entries in AMS_TCOP_FATIGUED_BY. Number of entries = '||to_char(l_count));
1051:
1052:
1053: --Bulk Insert into AMS_TCOP_FATIGUED_BY table
1054: IF(l_count > 0) THEN

Line 1225: END AMS_TCOP_ENGINE_PKG;

1221: AMS_TCOP_SCHEDULER_PKG.UPDATE_STATUS(p_schedule_id,'COMPLETED');
1222:
1223: END Apply_Fatigue_Rules;
1224:
1225: END AMS_TCOP_ENGINE_PKG;