DBA Data[Home] [Help]

APPS.IEX_SCORE_NEW_PVT dependencies on IEX_SCORE_COMP_TYPES_B

Line 356: || Source Tables: IEX_SCORES, IEX_SCORE_COMPONENTS, IEX_SCORE_COMP_TYPES_B/TL

352: || X_SCORE_COMP_TBL = table of components attached to the Scoring engine
353: ||
354: || Return value: select statement for the Universe
355: ||
356: || Source Tables: IEX_SCORES, IEX_SCORE_COMPONENTS, IEX_SCORE_COMP_TYPES_B/TL
357: ||
358: || Target Tables: none
359: ||
360: || Creation date: 01/14/02 1:55:PM

Line 1198: iex_score_comp_types_b sc_typ

1194: sc_typ.score_comp_value
1195: into l_score_comp_name,l_function_flg,l_score_comp_wgt,l_score_comp_val
1196: FROM iex_score_components sc,
1197: iex_score_comp_types_tl sc_typ_tl,
1198: iex_score_comp_types_b sc_typ
1199: WHERE sc.score_comp_type_id = sc_typ.score_comp_type_id
1200: AND sc_typ.score_comp_type_id= sc_typ_tl.score_comp_type_id
1201: AND sc_typ_tl.language ='US'
1202: AND sc.score_component_id=l_components_tbl(comp).score_component_id;