DBA Data[Home] [Help]

APPS.HRBEEBC dependencies on HR_BEN_BENEFIT_CONTRIBUTIONS

Line 117: hr_ben_benefit_contributions.hr_ben_chk_duplicate_cont

113: -- Call date track functions
114: --
115: -- Call to check for duplicate contributions
116: --
117: hr_ben_benefit_contributions.hr_ben_chk_duplicate_cont
118: ( p_benefit_contribution_id,
119: p_element_type_id,
120: p_coverage_type,
121: p_effective_start_date,

Line 128: hr_ben_benefit_contributions.hr_ben_benefit_contribution_id ( p_benefit_contribution_id );

124: --
125: -- Call procedure to get surrogate key value for
126: -- per_benefit_contributions
127: --
128: hr_ben_benefit_contributions.hr_ben_benefit_contribution_id ( p_benefit_contribution_id );
129: --
130: -- end of procedure/function definitions
131: --
132: END hr_ben_bc_pre_insert;

Line 166: hr_ben_benefit_contributions.hr_ben_chk_duplicate_cont

162: BEGIN
163: --
164: hr_utility.set_location('hr_bc_pre_update', 1);
165: --
166: hr_ben_benefit_contributions.hr_ben_chk_duplicate_cont
167: ( p_benefit_contribution_id,
168: p_element_type_id,
169: p_coverage_type,
170: p_effective_start_date,

Line 231: hr_ben_benefit_contributions.hr_ben_ref_chk

227: -- Call referential integrity checks
228: --
229: hr_utility.set_location('hr_ben_bc_pre_delete', 0);
230: --
231: hr_ben_benefit_contributions.hr_ben_ref_chk
232: ( p_element_type_id,
233: p_iv_er_id,
234: p_session_date,
235: p_coverage_type,