DBA Data[Home] [Help]

APPS.BEN_LBR_BUS dependencies on DT_API

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

903: p_argument_value => p_datetrack_mode);
904: --
905: -- Only perform the validation if the datetrack update mode is valid
906: --
907: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
908: --
909: --
910: -- Ensure the arguments are not null
911: --

Line 923: NOT (dt_api.check_min_max_dates

919: p_argument => 'validation_end_date',
920: p_argument_value => p_validation_end_date);
921: --
922: If ((nvl(p_ler_id, hr_api.g_number) <> hr_api.g_number) and
923: NOT (dt_api.check_min_max_dates
924: (p_base_table_name => 'ben_ler_f',
925: p_base_key_column => 'ler_id',
926: p_base_key_value => p_ler_id,
927: p_from_date => p_validation_start_date,

Line 933: NOT (dt_api.check_min_max_dates

929: l_table_name := 'ben_ler_f';
930: Raise l_integrity_error;
931: End If;
932: If ((nvl(p_pl_id, hr_api.g_number) <> hr_api.g_number) and
933: NOT (dt_api.check_min_max_dates
934: (p_base_table_name => 'ben_pl_f',
935: p_base_key_column => 'pl_id',
936: p_base_key_value => p_pl_id,
937: p_from_date => p_validation_start_date,

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

985: -- Processing continues.
986: --
987: -- Post Failure:
988: -- If a row exists by determining the returning Boolean value from the
989: -- generic dt_api.rows_exist function then we must supply an error via
990: -- the use of the local exception handler l_rows_exist.
991: --
992: -- Developer Implementation Notes:
993: -- This procedure should not need maintenance unless the HR Schema model

Line 1045: If (dt_api.rows_exist

1041: (p_api_name => l_proc,
1042: p_argument => 'ler_bnft_rstrn_id',
1043: p_argument_value => p_ler_bnft_rstrn_id);
1044: --
1045: If (dt_api.rows_exist
1046: (p_base_table_name => 'ben_ler_bnft_rstrn_ctfn_f',
1047: p_base_key_column => 'ler_bnft_rstrn_id',
1048: p_base_key_value => p_ler_bnft_rstrn_id,
1049: p_from_date => p_validation_start_date,