DBA Data[Home] [Help]

APPS.IEM_AGENT_ACT_PVT dependencies on IEM_COMP_RT_STATS_PVT

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

103: );
104:
105: --Insert into Comp_Rt-Stats for Client cache to update.
106: --No error handling here.
107: IEM_COMP_RT_STATS_PVT.create_item(p_api_version_number =>1.0,
108: p_init_msg_list => FND_API.G_FALSE,
109: p_commit => FND_API.G_FALSE,
110: p_type => 'AGENT_ACCOUNT',
111: p_param => 'CREATE',

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

187: and email_account_id=p_email_account_id;
188:
189: --Insert into Comp_Rt-Stats for Client cache to update.
190: --No error handling here.
191: IEM_COMP_RT_STATS_PVT.create_item(p_api_version_number =>1.0,
192: p_init_msg_list => FND_API.G_FALSE,
193: p_commit => FND_API.G_FALSE,
194: p_type => 'AGENT_ACCOUNT',
195: p_param => 'DELETE',