DBA Data[Home] [Help]

APPS.PAY_KR_REPORT_PKG dependencies on PAY_RUN_TYPES_F

Line 437: from pay_run_types_f

433: --
434: cursor csr_run_type
435: is
436: select run_type_id
437: from pay_run_types_f
438: where run_type_name = p_type
439: and g_effective_date
440: between effective_start_date and effective_end_date
441: and nvl(business_group_id, g_business_group_id) = g_business_group_id