DBA Data[Home] [Help]

APPS.PAY_STA_BUS dependencies on DT_API

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

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

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

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