DBA Data[Home] [Help]

APPS.AMS_TCOP_ENGINE_PKG dependencies on AMS_UTILITY_PVT

Line 71: AMS_UTILITY_PVT.debug_message(p_log_level,

67: l_module_name := 'ams'||DELIMETER||'plsql'||DELIMETER||G_PACKAGE_NAME||DELIMETER||p_procedure_name||DELIMETER||LABEL_PREFIX||'-'||p_label;
68:
69:
70: -- Log the Message
71: AMS_UTILITY_PVT.debug_message(p_log_level,
72: l_module_name,
73: p_text
74: );
75:

Line 79: AMS_UTILITY_PVT.write_conc_log('['||G_PACKAGE_NAME||DELIMETER||p_procedure_name||DELIMETER||LABEL_PREFIX||'-'||p_label||']'||p_text);

75:
76:
77:
78: END IF;
79: AMS_UTILITY_PVT.write_conc_log('['||G_PACKAGE_NAME||DELIMETER||p_procedure_name||DELIMETER||LABEL_PREFIX||'-'||p_label||']'||p_text);
80:
81: --dbms_output.put_line(l_module_name||': '||p_text);
82:
83: END write_debug_message;

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