DBA Data[Home] [Help]

APPS.BEN_DM_UPLOAD_DK dependencies on BEN_DM_ENTITY_RESULTS

Line 2871: from ben_dm_entity_results

2867: -- cursor to Fetch the DK for HR_SOFT_CODING_KEYFLEX
2868: --
2869: cursor csr_get_dk_scl (c_entity_result_id number) is
2870: select *
2871: from ben_dm_entity_results
2872: where entity_result_id = c_entity_result_id;
2873:
2874: cursor csr_get_all_scl is
2875: select *

Line 2976: from ben_dm_entity_results

2972: -- cursor to Fetch the DK for PAY_PEOPLE_GROUPS
2973: --
2974: cursor csr_get_dk_peg (c_entity_result_id number) is
2975: select *
2976: from ben_dm_entity_results
2977: where entity_result_id = c_entity_result_id;
2978:
2979: cursor csr_get_all_peg is
2980: select *