DBA Data[Home] [Help]

APPS.GHR_SF52_DO_UPDATE dependencies on GHR_PA_DATA_FIELDS

Line 1314: ,ghr_pa_data_fields pdf

1310: select fpm.process_method_code
1311: from ghr_noa_families nof
1312: ,ghr_families fam
1313: ,ghr_noa_fam_proc_methods fpm
1314: ,ghr_pa_data_fields pdf
1315: where nof.nature_of_action_id = p_pa_request_rec.first_noa_id
1316: and nof.noa_family_code = fam.noa_family_code
1317: and nof.enabled_flag = 'Y'
1318: and p_pa_request_rec.effective_date between nvl(nof.start_date_active,p_pa_request_rec.effective_date)

Line 3535: ,ghr_pa_data_fields pdf

3531: select fpm.process_method_code
3532: from ghr_noa_families nof
3533: ,ghr_families fam
3534: ,ghr_noa_fam_proc_methods fpm
3535: ,ghr_pa_data_fields pdf
3536: where nof.nature_of_action_id = p_pa_request_rec.first_noa_id
3537: and nof.noa_family_code = fam.noa_family_code
3538: and nof.enabled_flag = 'Y'
3539: and p_pa_request_rec.effective_date between nvl(nof.start_date_active,p_pa_request_rec.effective_date)