DBA Data[Home] [Help]

APPS.FA_CUA_GAIN_LOSS_EXT_PKG dependencies on FA_MASS_UPDATE_BATCH_HEADERS

Line 123: delete from fa_mass_update_batch_headers

119: x_err_code => v_err_code,
120: x_err_attr_name => v_dummy_varchar , p_log_level_rec => p_log_level_rec);
121:
122: if v_err_code <> '0' then
123: delete from fa_mass_update_batch_headers
124: where batch_id = v_batch_id;
125:
126: delete from fa_mass_update_batch_details
127: where batch_id = v_batch_id;

Line 132: delete from fa_mass_update_batch_headers

128:
129: raise_application_error(-20000, v_err_code);
130: else
131: -- success
132: delete from fa_mass_update_batch_headers
133: where batch_id = v_batch_id;
134:
135: delete from fa_mass_update_batch_details
136: where batch_id = v_batch_id;