DBA Data[Home] [Help]

APPS.PER_PERIODS_OF_SERVICE_PKG dependencies on BEN_DT_TRGR_HANDLE

Line 1315: ben_dt_trgr_handle.person

1311: open c1(p_actual_termination_date+1);
1312: fetch c1 into l_c2;
1313: close c1;
1314: --
1315: ben_dt_trgr_handle.person
1316: (p_rowid => l_c1.rowid
1317: ,p_business_group_id => l_c2.business_group_id
1318: ,p_person_id => l_c2.person_id
1319: ,p_effective_start_date => l_c2.effective_start_date

Line 1689: ben_dt_trgr_handle.periods_of_service

1685: ,pps.adjusted_svc_date = p_adjusted_svc_date
1686: where rowid = chartorowid(p_row_id);
1687: --
1688:
1689: ben_dt_trgr_handle.periods_of_service
1690: (p_rowid => null
1691: ,p_person_id => p_person_id
1692: ,p_pds_atd => p_actual_termination_date
1693: ,p_pds_leaving_reason => p_leaving_reason