DBA Data[Home] [Help]

APPS.PER_PERIODS_OF_SERVICE_PKG dependencies on BEN_DT_TRGR_HANDLE

Line 1316: ben_dt_trgr_handle.person

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

Line 1690: ben_dt_trgr_handle.periods_of_service

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