DBA Data[Home] [Help]

APPS.PAY_CTY_BUS dependencies on DT_API

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

1398: p_argument_value => p_datetrack_mode);
1399: --
1400: -- Only perform the validation if the datetrack update mode is valid
1401: --
1402: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
1403: --
1404: --
1405: -- Ensure the arguments are not null
1406: --

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

1461: -- Processing continues.
1462: --
1463: -- Post Failure:
1464: -- If a row exists by determining the returning Boolean value from the
1465: -- generic dt_api.rows_exist function then we must supply an error via
1466: -- the use of the local exception handler l_rows_exist.
1467: --
1468: -- Developer Implementation Notes:
1469: -- This procedure should not need maintenance unless the HR Schema model