DBA Data[Home] [Help]

APPS.BEN_LEN_BUS dependencies on DT_API

Line 1590: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then

1586: p_argument_value => p_datetrack_mode);
1587: --
1588: -- Only perform the validation if the datetrack update mode is valid
1589: --
1590: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
1591: --
1592: --
1593: -- Ensure the arguments are not null
1594: --

Line 1606: NOT (dt_api.check_min_max_dates

1602: p_argument => 'validation_end_date',
1603: p_argument_value => p_validation_end_date);
1604: --
1605: If ((nvl(p_popl_enrt_typ_cycl_id, hr_api.g_number) <> hr_api.g_number) and
1606: NOT (dt_api.check_min_max_dates
1607: (p_base_table_name => 'ben_popl_enrt_typ_cycl_f',
1608: p_base_key_column => 'popl_enrt_typ_cycl_id',
1609: p_base_key_value => p_popl_enrt_typ_cycl_id,
1610: p_from_date => p_validation_start_date,

Line 1662: -- generic dt_api.rows_exist function then we must supply an error via

1658: -- Processing continues.
1659: --
1660: -- Post Failure:
1661: -- If a row exists by determining the returning Boolean value from the
1662: -- generic dt_api.rows_exist function then we must supply an error via
1663: -- the use of the local exception handler l_rows_exist.
1664: --
1665: -- Developer Implementation Notes:
1666: -- This procedure should not need maintenance unless the HR Schema model

Line 1718: If (dt_api.rows_exist

1714: (p_api_name => l_proc,
1715: p_argument => 'lee_rsn_id',
1716: p_argument_value => p_lee_rsn_id);
1717: --
1718: If (dt_api.rows_exist
1719: (p_base_table_name => 'ben_lee_rsn_rl_f',
1720: p_base_key_column => 'lee_rsn_id',
1721: p_base_key_value => p_lee_rsn_id,
1722: p_from_date => p_validation_start_date,

Line 1727: If (dt_api.rows_exist

1723: p_to_date => p_validation_end_date)) Then
1724: l_table_name := 'ben_lee_rsn_rl_f';
1725: Raise l_rows_exist;
1726: End If;
1727: If (dt_api.rows_exist
1728: (p_base_table_name => 'ben_enrt_perd_for_pl_f',
1729: p_base_key_column => 'lee_rsn_id',
1730: p_base_key_value => p_lee_rsn_id,
1731: p_from_date => p_validation_start_date,