DBA Data[Home] [Help]

APPS.GHR_SF52_DO_UPDATE dependencies on GHR_NOA_FAM_PROC_METHODS

Line 1313: ,ghr_noa_fam_proc_methods fpm

1309: Cursor get_to_posn_title_pm is
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'

Line 3534: ,ghr_noa_fam_proc_methods fpm

3530: Cursor get_to_posn_title_pm is
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'