DBA Data[Home] [Help]

APPS.AMS_LISTDEDUPE_PVT dependencies on AMS_LISTGENERATION_PKG

Line 137: if nvl(ams_listgeneration_pkg.g_log_level,'HIGH') = 'HIGH' and p_level = 'LOW' then

133: --PRAGMA AUTONOMOUS_TRANSACTION;
134:
135: BEGIN
136:
137: if nvl(ams_listgeneration_pkg.g_log_level,'HIGH') = 'HIGH' and p_level = 'LOW' then
138: return;
139: end if;
140:
141: ams_listgeneration_pkg.write_to_act_log(p_msg_data,'LIST',p_list_header_id,p_level);

Line 141: ams_listgeneration_pkg.write_to_act_log(p_msg_data,'LIST',p_list_header_id,p_level);

137: if nvl(ams_listgeneration_pkg.g_log_level,'HIGH') = 'HIGH' and p_level = 'LOW' then
138: return;
139: end if;
140:
141: ams_listgeneration_pkg.write_to_act_log(p_msg_data,'LIST',p_list_header_id,p_level);
142:
143: /*
144: ams_listgeneration_pkg.g_message_table(ams_listgeneration_pkg.g_count) := p_msg_data;
145: ams_listgeneration_pkg.g_date(ams_listgeneration_pkg.g_count) := sysdate;

Line 144: ams_listgeneration_pkg.g_message_table(ams_listgeneration_pkg.g_count) := p_msg_data;

140:
141: ams_listgeneration_pkg.write_to_act_log(p_msg_data,'LIST',p_list_header_id,p_level);
142:
143: /*
144: ams_listgeneration_pkg.g_message_table(ams_listgeneration_pkg.g_count) := p_msg_data;
145: ams_listgeneration_pkg.g_date(ams_listgeneration_pkg.g_count) := sysdate;
146: ams_listgeneration_pkg.g_count := ams_listgeneration_pkg.g_count + 1;
147: */
148:

Line 145: ams_listgeneration_pkg.g_date(ams_listgeneration_pkg.g_count) := sysdate;

141: ams_listgeneration_pkg.write_to_act_log(p_msg_data,'LIST',p_list_header_id,p_level);
142:
143: /*
144: ams_listgeneration_pkg.g_message_table(ams_listgeneration_pkg.g_count) := p_msg_data;
145: ams_listgeneration_pkg.g_date(ams_listgeneration_pkg.g_count) := sysdate;
146: ams_listgeneration_pkg.g_count := ams_listgeneration_pkg.g_count + 1;
147: */
148:
149: /* INSERT INTO ams_act_logs

Line 146: ams_listgeneration_pkg.g_count := ams_listgeneration_pkg.g_count + 1;

142:
143: /*
144: ams_listgeneration_pkg.g_message_table(ams_listgeneration_pkg.g_count) := p_msg_data;
145: ams_listgeneration_pkg.g_date(ams_listgeneration_pkg.g_count) := sysdate;
146: ams_listgeneration_pkg.g_count := ams_listgeneration_pkg.g_count + 1;
147: */
148:
149: /* INSERT INTO ams_act_logs
150: ( activity_log_id