DBA Data[Home] [Help]

APPS.PER_CTC_BUS dependencies on DT_API

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

1573: p_argument_value => p_datetrack_mode);
1574: --
1575: -- Only perform the validation if the datetrack update mode is valid
1576: --
1577: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
1578: --
1579: --
1580: -- Ensure the arguments are not null
1581: --

Line 1593: NOT (dt_api.check_min_max_dates

1589: p_argument => 'validation_end_date',
1590: p_argument_value => p_validation_end_date);
1591: --
1592: If ((nvl(p_person_id, hr_api.g_number) <> hr_api.g_number) and
1593: NOT (dt_api.check_min_max_dates
1594: (p_base_table_name => 'per_people_f',
1595: p_base_key_column => 'person_id',
1596: p_base_key_value => p_person_id,
1597: p_from_date => p_validation_start_date,

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

1646: -- Processing continues.
1647: --
1648: -- Post Failure:
1649: -- If a row exists by determining the returning Boolean value from the
1650: -- generic dt_api.rows_exist function then we must supply an error via
1651: -- the use of the local exception handler l_rows_exist.
1652: --
1653: -- Developer Implementation Notes:
1654: -- This procedure should not need maintenance unless the HR Schema model