DBA Data[Home] [Help]

APPS.GHR_CPDF_CHECK3 dependencies on GHR_NOA_FAMILIES

Line 67: from ghr_noa_families nfa,

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