DBA Data[Home] [Help]

APPS.IEM_UTILITY_PVT dependencies on IEM_MSTEMAIL_ACCOUNTS

Line 13: cursor c1 is select email_account_id,from_name from iem_mstemail_accounts where deleted_flag<>'Y'

9: x_msg_count OUT NOCOPY NUMBER,
10: x_msg_data OUT NOCOPY VARCHAR2) IS
11: l_api_version_number number:=1.0;
12: l_api_name varchar2(30):='GetEmailAccountList';
13: cursor c1 is select email_account_id,from_name from iem_mstemail_accounts where deleted_flag<>'Y'
14: order by from_name;
15: i number:=0;
16: BEGIN
17: -- Standard call to check for call compatibility.