DBA Data[Home] [Help]

APPS.PAY_ADHOC_UTILS_PKG dependencies on HR_API

Line 130: where territory_code = nvl(p_territory_code, hr_api.return_legislation_code(p_business_group_id));

126:
127: cursor csr_territory is
128: select territory_short_name
129: from fnd_territories_vl
130: where territory_code = nvl(p_territory_code, hr_api.return_legislation_code(p_business_group_id));
131: --
132: BEGIN
133: --
134: hr_utility.set_location('Entering:'|| l_proc, 10);