DBA Data[Home] [Help]

APPS.HR_ENTRY dependencies on BEN_BENEFICIARIES_F

Line 4052: from ben_beneficiaries_f BEN

4048:
4049: cursor csr_beneficiaries is
4050: select rowid,
4051: ben.*
4052: from ben_beneficiaries_f BEN
4053: where ben.effective_end_date >= p_validation_start_date
4054: and ben.element_entry_id = p_element_entry_id;
4055: --
4056: v_start_date date;

Line 4109: -- BEN_BENEFICIARIES_F

4105: -- PAY_ELEMENT_ENTRY_VALUES_F (Entry Values are always deleted).
4106: -- PAY_RUN_RESULTS (If nonrecurring, and exist).
4107: -- PAY_RUN_RESULT_VALUES (If nonrecurring, and exist).
4108: -- BEN_COVERED_DEPENDENTS_F (sic)
4109: -- BEN_BENEFICIARIES_F
4110: --
4111:
4112: PROCEDURE del_3p_entry_values
4113: (

Line 4147: from ben_beneficiaries_f BEN

4143: -- parent entry's end date prior to the extension of the end date.
4144: --
4145: select rowid,
4146: ben.*
4147: from ben_beneficiaries_f BEN
4148: where ben.element_entry_id = p_element_entry_id
4149: and ben.effective_end_date = p_validation_start_date -1;
4150: --
4151: begin