DBA Data[Home] [Help]

APPS.GHR_CPDF_CHECK3 dependencies on GHR_NOA_FAMILIES

Line 69: from ghr_noa_families nfa,

65: l_session ghr_history_api.g_session_var_type;
66: l_noa_family_code ghr_families.noa_family_code%type;
67: Cursor c_noa_family_code IS
68: Select fam.noa_family_code
69: from ghr_noa_families nfa,
70: ghr_families fam
71: where nfa.nature_of_action_id in ( select nature_of_action_id from
72: ghr_nature_of_actions where code = p_First_NOAC_Lookup_Code )
73: and nfa.noa_family_code = fam.noa_family_code