DBA Data[Home] [Help]

APPS.PYUDET dependencies on PQP_CONFIGURATION_VALUES

Line 2602: FROM pqp_configuration_values

2598: begin--2
2599: --check whether the given paye reference is live on RTI.
2600: SELECT 1
2601: INTO l_rti_tax_ref
2602: FROM pqp_configuration_values
2603: WHERE business_group_id = g_business_group_id
2604: AND pcv_information_category = 'PAY_GB_RTI_FPS_BACS'
2605: AND pcv_information1 = p_m34_rec.paye_ref
2606: AND p_m34_rec.effective_date >= fnd_date.canonical_to_date(PCV_INFORMATION2);