DBA Data[Home] [Help]

APPS.BEN_PDP_BUS dependencies on DT_API

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

1418: p_argument_value => p_datetrack_mode);
1419: --
1420: -- Only perform the validation if the datetrack update mode is valid
1421: --
1422: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
1423: --
1424: --
1425: -- Ensure the arguments are not null
1426: --

Line 1439: NOT (dt_api.check_min_max_dates

1435: p_argument_value => p_validation_end_date);
1436: --
1437: /*
1438: If ((nvl(p_prtt_enrt_rslt_id, hr_api.g_number) <> hr_api.g_number) and
1439: NOT (dt_api.check_min_max_dates
1440: (p_base_table_name => 'ben_prtt_enrt_rslt_f',
1441: p_base_key_column => 'prtt_enrt_rslt_id',
1442: p_base_key_value => p_prtt_enrt_rslt_id,
1443: p_from_date => p_validation_start_date,

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

1493: -- Processing continues.
1494: --
1495: -- Post Failure:
1496: -- If a row exists by determining the returning Boolean value from the
1497: -- generic dt_api.rows_exist function then we must supply an error via
1498: -- the use of the local exception handler l_rows_exist.
1499: --
1500: -- Developer Implementation Notes:
1501: -- This procedure should not need maintenance unless the HR Schema model

Line 1553: If (dt_api.rows_exist

1549: (p_api_name => l_proc,
1550: p_argument => 'elig_cvrd_dpnt_id',
1551: p_argument_value => p_elig_cvrd_dpnt_id);
1552: --
1553: If (dt_api.rows_exist
1554: (p_base_table_name => 'ben_cvrd_dpnt_ctfn_prvdd_f',
1555: p_base_key_column => 'elig_cvrd_dpnt_id',
1556: p_base_key_value => p_elig_cvrd_dpnt_id,
1557: p_from_date => p_validation_start_date,