DBA Data[Home] [Help]

APPS.PER_PER_BUS dependencies on DT_API

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

7384: p_argument_value => p_datetrack_mode);
7385: --
7386: -- Only perform the validation if the datetrack update mode is valid
7387: --
7388: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
7389: --
7390: --
7391: -- Ensure the arguments are not null
7392: --

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

7449: -- Processing continues.
7450: --
7451: -- Post Failure:
7452: -- If a row exists by determining the returning Boolean value from the
7453: -- generic dt_api.rows_exist function then we must supply an error via
7454: -- the use of the local exception handler l_rows_exist.
7455: --
7456: -- Developer Implementation Notes:
7457: -- This procedure should not need maintenance unless the HR Schema model

Line 7512: if (dt_api.rows_exist

7508: p_argument => 'person_id',
7509: p_argument_value => p_person_id);
7510: --
7511: --
7512: if (dt_api.rows_exist
7513: (p_base_table_name => 'per_contracts_f',
7514: p_base_key_column => 'person_id',
7515: p_base_key_value => p_person_id,
7516: p_from_date => p_validation_start_date,