DBA Data[Home] [Help]

APPS.IEX_DUNNING_PUB dependencies on IEX_OBJECT_FILTERS

Line 566: from IEX_OBJECT_FILTERS iof,iex_dunning_plans_vl ipd, IEX_SCORES isc

562: l_score_engine_name varchar2(60);
563: --Start bug 7197038 gnramasa 9th july 08
564: cursor c_filter_object(p_dunning_plan_id number) is
565: select iof.select_column, iof.entity_name
566: from IEX_OBJECT_FILTERS iof,iex_dunning_plans_vl ipd, IEX_SCORES isc
567: where ipd.dunning_plan_id = p_dunning_plan_id
568: and ipd.score_id=isc.score_id
569: and isc.score_id=iof.object_id
570: and object_filter_type = 'IEXSCORE';