DBA Data[Home] [Help]

APPS.IEM_EMAIL_PROC_PVT dependencies on IEM_COMP_RT_STATS

Line 2662: from iem_comp_rt_stats

2658: -- Check whether the Workflow is already called for this message or not.
2659: -- May be called by a profile value later
2660: begin
2661: select value into l_outval
2662: from iem_comp_rt_stats
2663: where type='WORKFLOW' AND param=to_char(p_message_id);
2664: raise PROCESS_BEFORE;
2665: exception when others then
2666: null;

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

2709: IF IEM_Mailpreprocwf_PUB.G_STAT='E' then
2710: raise CUSTOM_WF_EXCEP;
2711: end if;
2712:
2713: IEM_COMP_RT_STATS_PVT.create_item(p_api_version_number =>1.0,
2714: p_init_msg_list => FND_API.G_FALSE,
2715: p_commit => FND_API.G_FALSE,
2716: p_type => 'WORKFLOW',
2717: p_param => p_message_id,