DBA Data[Home] [Help]

APPS.PAY_CPT_BUS dependencies on DT_API

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

953: p_argument_value => p_datetrack_mode);
954: --
955: -- Only perform the validation if the datetrack update mode is valid
956: --
957: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
958: --
959: --
960: -- Ensure the arguments are not null
961: --

Line 973: NOT (dt_api.check_min_max_dates

969: p_argument => 'validation_end_date',
970: p_argument_value => p_validation_end_date);
971: --
972: If ((nvl(p_assignment_id, hr_api.g_number) <> hr_api.g_number) and
973: NOT (dt_api.check_min_max_dates
974: (p_base_table_name => 'per_all_assignments_f',
975: p_base_key_column => 'assignment_id',
976: p_base_key_value => p_assignment_id,
977: p_from_date => p_validation_start_date,

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

1025: -- Processing continues.
1026: --
1027: -- Post Failure:
1028: -- If a row exists by determining the returning Boolean value from the
1029: -- generic dt_api.rows_exist function then we must supply an error via
1030: -- the use of the local exception handler l_rows_exist.
1031: --
1032: -- Developer Implementation Notes:
1033: -- This procedure should not need maintenance unless the HR Schema model