DBA Data[Home] [Help]

APPS.MST_WB_UTIL dependencies on FTE_SEL_RULES

Line 1477: , fte_sel_rules fsl

1473: , to_char( round ( med.number3 ) - round ( med.number2 ), mst_wb_util.get_format_string ( 'NUMBER' ) ) )
1474: into l_id2,l_temp1,l_temp2,l_temp3
1475: from mst_exception_details med
1476: , fte_sel_rule_restrictions fsrr
1477: , fte_sel_rules fsl
1478: where med.exception_detail_id = p_exception_detail_id
1479: and med.number1 = fsrr.rule_id
1480: and med.number1 = fsl.rule_id
1481: and med.plan_id=p_plan_id;