DBA Data[Home] [Help]

APPS.EAM_RES_INST_UTILITY_PVT dependencies on FND_MESSAGE

Line 135: fnd_message.set_name('EAM','EAM_WO_RS_IN_DT_ERR');

131:
132: -- bug no 3444091
133: if p_eam_res_inst_rec.start_date > p_eam_res_inst_rec.completion_date then
134: x_return_status := fnd_api.g_ret_sts_error;
135: fnd_message.set_name('EAM','EAM_WO_RS_IN_DT_ERR');
136: return;
137: end if;
138:
139: INSERT INTO WIP_OP_RESOURCE_INSTANCES

Line 211: fnd_message.set_name('EAM','EAM_WO_RS_IN_DT_ERR');

207:
208: -- bug no 3444091
209: if p_eam_res_inst_rec.start_date > p_eam_res_inst_rec.completion_date then
210: x_return_status := fnd_api.g_ret_sts_error;
211: fnd_message.set_name('EAM','EAM_WO_RS_IN_DT_ERR');
212: return;
213: end if;
214:
215: UPDATE WIP_OP_RESOURCE_INSTANCES