DBA Data[Home] [Help]

APPS.EAM_MRI_UTILS dependencies on EAM_INT_UTILS

Line 73: eam_int_utils.add_error(x_interface_id,

69: fnd_message.set_name('EAM', p_error_msg) ;
70: fnd_message.set_token('INTERFACE', ' '|| x_interface_id, FALSE);
71: x_error_msg :=substr(fnd_message.get, 1, 500);
72:
73: eam_int_utils.add_error(x_interface_id,
74: x_error_msg,
75: x_error_type);
76: END LOOP;
77:

Line 121: if ( eam_int_utils.request_matches_condition(

117: p_condition in varchar2,
118: p_product_short_name in varchar2,
119: p_message_name in varchar2) is
120: begin
121: if ( eam_int_utils.request_matches_condition(
122: p_current_rowid,
123: p_interface_id,
124: 'eam_meter_readings_interface mri',
125: p_condition) ) then

Line 127: eam_int_utils.record_error(p_interface_id, FND_Message.get, FALSE);

123: p_interface_id,
124: 'eam_meter_readings_interface mri',
125: p_condition) ) then
126: FND_Message.set_name(p_product_short_name, p_message_name);
127: eam_int_utils.record_error(p_interface_id, FND_Message.get, FALSE);
128: end if;
129: end error_if;
130:
131: