DBA Data[Home] [Help]

APPS.PER_CTC_BUS dependencies on DT_API

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

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

Line 1590: NOT (dt_api.check_min_max_dates

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

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

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