DBA Data[Home] [Help]

APPS.IEM_ROUTE_CLASS_PUB dependencies on IEM_ACCOUNT_ROUTE_CLASS

Line 198: cursor c_classifications (p_enabled_flag iem_account_route_class.enabled_flag%type,

194: l_api_name CONSTANT VARCHAR2(30):= 'Classify';
195:
196:
197: --The active classifications in the system
198: cursor c_classifications (p_enabled_flag iem_account_route_class.enabled_flag%type,
199: p_account_id iem_mstemail_accounts.email_account_id%type)
200: is
201: select
202: a.route_classification_id,

Line 207: iem_account_route_class b

203: a.procedure_name,
204: a.boolean_type_code
205: from
206: iem_route_classifications a,
207: iem_account_route_class b
208: where
209: a.route_classification_id = b.route_classification_id
210: and
211: b.enabled_flag = p_enabled_flag