DBA Data[Home] [Help]

APPS.IEM_ROUTE_PUB dependencies on IEM_MSTEMAIL_ACCOUNTS

Line 202: emailAccountId IN iem_mstemail_accounts.email_account_id%TYPE,

198: 4. At least one resource(agent) that has not requeued the message ( added for 11.59
199: and later version. For Tar 4021452.999./bug 3855036 )*/
200: FUNCTION validGroup(
201: groupIdToCheck IN jtf_rs_group_members.group_id%TYPE,
202: emailAccountId IN iem_mstemail_accounts.email_account_id%TYPE,
203: p_message_id IN number)
204: return Boolean is
205:
206: groupOK Boolean := TRUE;

Line 331: p_account_id iem_mstemail_accounts.email_account_id%type)

327:
328:
329: --The active routes in the system
330: cursor c_routes (p_enabled_flag iem_account_routes.enabled_flag%type,
331: p_account_id iem_mstemail_accounts.email_account_id%type)
332: is
333: select
334: a.route_id,
335: a.boolean_type_code,