DBA Data[Home] [Help]

APPS.PQH_FR_QUOTA_CHECK dependencies on BEN_PGM_EXTRA_INFO

Line 164: from ben_pgm_extra_info pei,

160: hr_utility.set_location('Entering into '||l_proc,5);
161:
162: select nvl(pei.pgi_information1,'N') Quota_flag
163: into l_quota_flag
164: from ben_pgm_extra_info pei,
165: pqh_corps_definitions corps
166: where pei.information_type = 'PQH_FR_CORP_INFO'
167: and pei.pgm_id = corps.ben_pgm_id
168: and corps.corps_definition_id = p_corp_id;