DBA Data[Home] [Help]

APPS.PQH_RANK_UTILITY dependencies on BEN_COPY_ENTITY_RESULTS

Line 20: from ben_copy_entity_results

16: begin
17: hr_utility.set_location('Entering:'|| l_proc, 10);
18: select information12
19: into l_use_rank
20: from ben_copy_entity_results
21: where copy_entity_txn_id = p_copy_entity_txn_id
22: and table_alias = 'PGI' ;
23: return l_use_rank ;
24: exception