DBA Data[Home] [Help]

APPS.PAY_CFT_BUS dependencies on DT_API

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

959: p_argument_value => p_datetrack_mode);
960: --
961: -- Only perform the validation if the datetrack update mode is valid
962: --
963: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
964: --
965: --
966: -- Ensure the arguments are not null
967: --

Line 979: NOT (dt_api.check_min_max_dates

975: p_argument => 'validation_end_date',
976: p_argument_value => p_validation_end_date);
977: --
978: If ((nvl(p_assignment_id, hr_api.g_number) <> hr_api.g_number) and
979: NOT (dt_api.check_min_max_dates
980: (p_base_table_name => 'per_all_assignments_f',
981: p_base_key_column => 'assignment_id',
982: p_base_key_value => p_assignment_id,
983: p_from_date => p_validation_start_date,

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

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