DBA Data[Home] [Help]

APPS.PAY_STA_BUS dependencies on DT_API

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

1492: p_argument_value => p_datetrack_mode);
1493: --
1494: -- Only perform the validation if the datetrack update mode is valid
1495: --
1496: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
1497: --
1498: --
1499: -- Ensure the arguments are not null
1500: --

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

1555: -- Processing continues.
1556: --
1557: -- Post Failure:
1558: -- If a row exists by determining the returning Boolean value from the
1559: -- generic dt_api.rows_exist function then we must supply an error via
1560: -- the use of the local exception handler l_rows_exist.
1561: --
1562: -- Developer Implementation Notes:
1563: -- This procedure should not need maintenance unless the HR Schema model