DBA Data[Home] [Help]

APPS.BEN_PBN_BUS dependencies on DT_API

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

1869: p_argument_value => p_datetrack_mode);
1870: --
1871: -- Only perform the validation if the datetrack update mode is valid
1872: --
1873: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
1874: --
1875: --
1876: -- Ensure the arguments are not null
1877: --

Line 1889: NOT (dt_api.check_min_max_dates

1885: p_argument => 'validation_end_date',
1886: p_argument_value => p_validation_end_date);
1887: --
1888: If ((nvl(p_prtt_enrt_rslt_id, hr_api.g_number) <> hr_api.g_number) and
1889: NOT (dt_api.check_min_max_dates
1890: (p_base_table_name => 'ben_prtt_enrt_rslt_f',
1891: p_base_key_column => 'prtt_enrt_rslt_id',
1892: p_base_key_value => p_prtt_enrt_rslt_id,
1893: p_from_date => p_validation_start_date,

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

1943: -- Processing continues.
1944: --
1945: -- Post Failure:
1946: -- If a row exists by determining the returning Boolean value from the
1947: -- generic dt_api.rows_exist function then we must supply an error via
1948: -- the use of the local exception handler l_rows_exist.
1949: --
1950: -- Developer Implementation Notes:
1951: -- This procedure should not need maintenance unless the HR Schema model

Line 2003: If (dt_api.rows_exist

1999: (p_api_name => l_proc,
2000: p_argument => 'pl_bnf_id',
2001: p_argument_value => p_pl_bnf_id);
2002: --
2003: If (dt_api.rows_exist
2004: (p_base_table_name => 'ben_pl_bnf_ctfn_prvdd_f',
2005: p_base_key_column => 'pl_bnf_id',
2006: p_base_key_value => p_pl_bnf_id,
2007: p_from_date => p_validation_start_date,