DBA Data[Home] [Help]

APPS.PAY_FED_BUS dependencies on DT_API

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

1135: p_argument_value => p_datetrack_mode);
1136: --
1137: -- Only perform the validation if the datetrack update mode is valid
1138: --
1139: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
1140: --
1141: --
1142: -- Ensure the arguments are not null
1143: --

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

1198: -- Processing continues.
1199: --
1200: -- Post Failure:
1201: -- If a row exists by determining the returning Boolean value from the
1202: -- generic dt_api.rows_exist function then we must supply an error via
1203: -- the use of the local exception handler l_rows_exist.
1204: --
1205: -- Developer Implementation Notes:
1206: -- This procedure should not need maintenance unless the HR Schema model