DBA Data[Home] [Help]

APPS.BEN_PRD_BUS dependencies on DT_API

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

990: p_argument_value => p_datetrack_mode);
991: --
992: -- Only perform the validation if the datetrack update mode is valid
993: --
994: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
995: --
996: --
997: -- Ensure the arguments are not null
998: --

Line 1010: NOT (dt_api.check_min_max_dates

1006: p_argument => 'validation_end_date',
1007: p_argument_value => p_validation_end_date);
1008: --
1009: If ((nvl(p_parnt_acty_base_rt_id, hr_api.g_number) <> hr_api.g_number) and
1010: NOT (dt_api.check_min_max_dates
1011: (p_base_table_name => 'ben_acty_base_rt_f',
1012: p_base_key_column => 'acty_base_rt_id',
1013: p_base_key_value => p_parnt_acty_base_rt_id,
1014: p_from_date => p_validation_start_date,

Line 1020: NOT (dt_api.check_min_max_dates

1016: l_table_name := 'ben_acty_base_rt_f';
1017: Raise l_integrity_error;
1018: End If;
1019: If ((nvl(p_chld_acty_base_rt_id, hr_api.g_number) <> hr_api.g_number) and
1020: NOT (dt_api.check_min_max_dates
1021: (p_base_table_name => 'ben_acty_base_rt_f',
1022: p_base_key_column => 'acty_base_rt_id',
1023: p_base_key_value => p_chld_acty_base_rt_id,
1024: p_from_date => p_validation_start_date,

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

1072: -- Processing continues.
1073: --
1074: -- Post Failure:
1075: -- If a row exists by determining the returning Boolean value from the
1076: -- generic dt_api.rows_exist function then we must supply an error via
1077: -- the use of the local exception handler l_rows_exist.
1078: --
1079: -- Developer Implementation Notes:
1080: -- This procedure should not need maintenance unless the HR Schema model