DBA Data[Home] [Help]

APPS.BEN_ASG_UPD dependencies on BEN_ASG_INS

Line 350: ben_asg_ins.insert_dml

346: hr_utility.set_location(l_proc, 20);
347: --
348: -- We must now insert the updated row
349: --
350: ben_asg_ins.insert_dml
351: (p_rec => p_rec,
352: p_effective_date => p_effective_date,
353: p_datetrack_mode => p_datetrack_mode,
354: p_validation_start_date => p_validation_start_date,

Line 479: ben_asg_ins.g_trgr_loc_chg := FALSE; --Bug 2666342

475: fetch csr_rowid into l_rowid, l_esd, l_eed;
476: close csr_rowid;
477: end if;
478: --
479: ben_asg_ins.g_trgr_loc_chg := FALSE; --Bug 2666342
480:
481: ben_dt_trgr_handle.assignment
482: (p_rowid => l_rowid
483: ,p_assignment_id => p_rec.assignment_id

Line 539: ben_asg_ins.g_trgr_loc_chg := TRUE;

535: ,p_ass_attribute30 => p_rec.ass_attribute30
536: );
537:
538: -- Reset the variable after checking for Assignment LEs
539: ben_asg_ins.g_trgr_loc_chg := TRUE;
540:
541: --
542: hr_utility.set_location(' Leaving:'||l_proc, 30);
543: End pre_update;