DBA Data[Home] [Help]

APPS.IEM_EMAIL_PROC_PVT dependencies on IEM_COMP_RT_STATS

Line 3757: from iem_comp_rt_stats

3753: -- Check whether the Workflow is already called for this message or not.
3754: -- May be called by a profile value later
3755: begin
3756: select value into l_outval
3757: from iem_comp_rt_stats
3758: where type='WORKFLOW' AND param=to_char(p_message_id);
3759: raise PROCESS_BEFORE;
3760: exception when others then
3761: null;

Line 3808: IEM_COMP_RT_STATS_PVT.create_item(p_api_version_number =>1.0,

3804: IF IEM_Mailpreprocwf_PUB.G_STAT='E' then
3805: raise CUSTOM_WF_EXCEP;
3806: end if;
3807:
3808: IEM_COMP_RT_STATS_PVT.create_item(p_api_version_number =>1.0,
3809: p_init_msg_list => FND_API.G_FALSE,
3810: p_commit => FND_API.G_FALSE,
3811: p_type => 'WORKFLOW',
3812: p_param => p_message_id,