DBA Data[Home] [Help]

APPS.HR_NMF_SYNC dependencies on FND_TERRITORIES_VL

Line 294: from fnd_territories_vl leg

290: l_format_name hr_name_formats.format_name%TYPE;
291: --
292: cursor csr_get_legislations is
293: select leg.territory_code legislation_code
294: from fnd_territories_vl leg
295: where leg.territory_code in
296: (select distinct legislation_code from per_business_groups_perf);
297: --
298: BEGIN