DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_TXNS_API dependencies on PER_GRADES_VL

Line 1555: from per_grades_vl gra /*MLS Changes*/

1551:
1552: cursor c_GradeIdLovVO(p_source_name1 varchar2, cv_effective_date date) is
1553: select gra.name name
1554: ,gra.grade_id id
1555: from per_grades_vl gra /*MLS Changes*/
1556: where trunc(cv_effective_date)
1557: between Date_from and nvl(Date_to, trunc(cv_effective_date) )
1558: and business_group_id + 0 = p_target_business_group_id
1559: and gra.name = p_source_name1;