DBA Data[Home] [Help]

APPS.IEB_SYNC_SERVER dependencies on IEB_SERVICE_PLANS

Line 314: from ieb_service_plans a, ieb_svc_cat_temps_tl tl,

310: tl.service_category_name, b.media_type_id,
311: b.active_y_n, b.media_type, tl.description,
312: b.depth, b.svcpln_svcpln_id, b.object_version_number,
313: b.security_group_id
314: from ieb_service_plans a, ieb_svc_cat_temps_tl tl,
315: ieb_svc_cat_temps_b b
316: where b.wbsc_id = tl.wbsc_id
317: and svcpln_svcpln_id = svcpln_id
318: and language = p_language

Line 427: from ieb_service_plans a, ieb_svc_cat_temps_tl tl,

423: tl.service_category_name, b.media_type_id,
424: b.active_y_n, b.media_type, tl.description,
425: b.depth, b.svcpln_svcpln_id, b.object_version_number,
426: b.security_group_id
427: from ieb_service_plans a, ieb_svc_cat_temps_tl tl,
428: ieb_svc_cat_temps_b b
429: where b.wbsc_id = tl.wbsc_id
430: and svcpln_svcpln_id = svcpln_id
431: and language = 'US'