DBA Data[Home] [Help]

APPS.PER_CPA_BUS dependencies on STANDARD

Line 770: FROM hr_standard_lookups hl

766: l_dummy per_cagr_api_parameters.uom_lookup%TYPE;
767: --
768: CURSOR csr_get_lookup_type IS
769: SELECT hl.lookup_type
770: FROM hr_standard_lookups hl
771: WHERE lookup_type = p_uom_lookup
772: AND p_effective_date BETWEEN NVL(hl.start_date_active,hr_general.start_of_time)
773: AND NVL(hl.end_date_active,hr_general.end_of_time);
774: --

Line 1094: -- "-- No business group context. HR_STANDARD_LOOKUPS used for validation."

1090: hr_utility.set_location('Entering:'||l_proc, 5);
1091: --
1092: -- Call all supporting business operations
1093: --
1094: -- "-- No business group context. HR_STANDARD_LOOKUPS used for validation."
1095: -- "-- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS."
1096: --
1097: -- Validate cagr_api_id
1098: --