DBA Data[Home] [Help]

APPS.BEN_LPE_BUS dependencies on DT_API

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

912: p_argument_value => p_datetrack_mode);
913: --
914: -- Only perform the validation if the datetrack update mode is valid
915: --
916: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
917: --
918: --
919: -- Ensure the arguments are not null
920: --

Line 932: NOT (dt_api.check_min_max_dates

928: p_argument => 'validation_end_date',
929: p_argument_value => p_validation_end_date);
930: --
931: If ((nvl(p_pl_id, hr_api.g_number) <> hr_api.g_number) and
932: NOT (dt_api.check_min_max_dates
933: (p_base_table_name => 'ben_pl_f',
934: p_base_key_column => 'pl_id',
935: p_base_key_value => p_pl_id,
936: p_from_date => p_validation_start_date,

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

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

Line 1044: If (dt_api.rows_exist

1040: (p_api_name => l_proc,
1041: p_argument => 'ler_chg_pl_nip_enrt_id',
1042: p_argument_value => p_ler_chg_pl_nip_enrt_id);
1043: --
1044: If (dt_api.rows_exist
1045: (p_base_table_name => 'ben_ler_chg_pl_nip_rl_f',
1046: p_base_key_column => 'ler_chg_pl_nip_enrt_id',
1047: p_base_key_value => p_ler_chg_pl_nip_enrt_id,
1048: p_from_date => p_validation_start_date,