DBA Data[Home] [Help]

APPS.BEN_ICM_LIFE_EVENTS dependencies on BEN_ELIG_PER_OPT_F

Line 686: FROM ben_elig_per_opt_f epo

682: --
683: CURSOR c_epo_ovn (p_elig_per_opt_id IN NUMBER)
684: IS
685: SELECT object_version_number
686: FROM ben_elig_per_opt_f epo
687: WHERE epo.elig_per_opt_id = p_elig_per_opt_id;
688:
689: --
690: l_epo_ovn NUMBER;*/

Line 1340: INSERT INTO ben_elig_per_opt_f

1336: THEN
1337: hr_utility.set_location ('Insert Mode for EPO' || ben_icm_life_events.g_cache_epo_object (v_count).elig_per_opt_id, 1234);
1338: END IF;
1339:
1340: INSERT INTO ben_elig_per_opt_f
1341: (elig_per_opt_id,
1342: elig_per_id,
1343: effective_start_date,
1344: effective_end_date,

Line 1587: INSERT INTO ben_elig_per_opt_f

1583: --
1584: /* IF l_trk_inelig_per_flag <> 'Y'
1585: THEN --ie no record was there in epo
1586: --
1587: INSERT INTO ben_elig_per_opt_f
1588: (elig_per_opt_id,
1589: elig_per_id,
1590: effective_start_date,
1591: effective_end_date,