DBA Data[Home] [Help]

APPS.PAY_CNT_BUS dependencies on DT_API

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

1336: p_argument_value => p_datetrack_mode);
1337: --
1338: -- Only perform the validation if the datetrack update mode is valid
1339: --
1340: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
1341: --
1342: --
1343: -- Ensure the arguments are not null
1344: --

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

1399: -- Processing continues.
1400: --
1401: -- Post Failure:
1402: -- If a row exists by determining the returning Boolean value from the
1403: -- generic dt_api.rows_exist function then we must supply an error via
1404: -- the use of the local exception handler l_rows_exist.
1405: --
1406: -- Developer Implementation Notes:
1407: -- This procedure should not need maintenance unless the HR Schema model