DBA Data[Home] [Help]

APPS.HRI_PARAMETERS dependencies on FND_CURRENCIES_VL

Line 1187: from per_business_groups b , fnd_currencies_vl c

1183: -- Parameter Request String : CURRCD
1184:
1185: cursor c_currcd is
1186: select c.currency_code , c.name
1187: from per_business_groups b , fnd_currencies_vl c
1188: where b.business_group_id = hr_bis.get_sec_profile_bg_id -- bug 2968520
1189: and c.enabled_flag = 'Y'
1190: and sysdate between nvl(c.start_date_active, hr_general.start_of_time)
1191: and nvl(c.end_date_active, hr_general.end_of_time)