DBA Data[Home] [Help]

APPS.PER_PER_BUS dependencies on DT_API

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

7373: p_argument_value => p_datetrack_mode);
7374: --
7375: -- Only perform the validation if the datetrack update mode is valid
7376: --
7377: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
7378: --
7379: --
7380: -- Ensure the arguments are not null
7381: --

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

7438: -- Processing continues.
7439: --
7440: -- Post Failure:
7441: -- If a row exists by determining the returning Boolean value from the
7442: -- generic dt_api.rows_exist function then we must supply an error via
7443: -- the use of the local exception handler l_rows_exist.
7444: --
7445: -- Developer Implementation Notes:
7446: -- This procedure should not need maintenance unless the HR Schema model

Line 7501: if (dt_api.rows_exist

7497: p_argument => 'person_id',
7498: p_argument_value => p_person_id);
7499: --
7500: --
7501: if (dt_api.rows_exist
7502: (p_base_table_name => 'per_contracts_f',
7503: p_base_key_column => 'person_id',
7504: p_base_key_value => p_person_id,
7505: p_from_date => p_validation_start_date,