DBA Data[Home] [Help]

APPS.PER_BBA_UPD SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 54

Procedure update_dml(p_rec in out nocopy per_bba_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'update_dml';
Line: 67

  update per_bf_balance_amounts
  set
  balance_amount_id                 = p_rec.balance_amount_id,
  ytd_amount                        = p_rec.ytd_amount,
  fytd_amount                       = p_rec.fytd_amount,
  ptd_amount                        = p_rec.ptd_amount,
  mtd_amount                        = p_rec.mtd_amount,
  qtd_amount                        = p_rec.qtd_amount,
  run_amount                        = p_rec.run_amount,
  object_version_number             = p_rec.object_version_number,
  bba_attribute_category                = p_rec.bba_attribute_category,
  bba_attribute1                        = p_rec.bba_attribute1,
  bba_attribute2                        = p_rec.bba_attribute2,
  bba_attribute3                        = p_rec.bba_attribute3,
  bba_attribute4                        = p_rec.bba_attribute4,
  bba_attribute5                        = p_rec.bba_attribute5,
  bba_attribute6                        = p_rec.bba_attribute6,
  bba_attribute7                        = p_rec.bba_attribute7,
  bba_attribute8                        = p_rec.bba_attribute8,
  bba_attribute9                        = p_rec.bba_attribute9,
  bba_attribute10                       = p_rec.bba_attribute10,
  bba_attribute11                       = p_rec.bba_attribute11,
  bba_attribute12                       = p_rec.bba_attribute12,
  bba_attribute13                       = p_rec.bba_attribute13,
  bba_attribute14                       = p_rec.bba_attribute14,
  bba_attribute15                       = p_rec.bba_attribute15,
  bba_attribute16                       = p_rec.bba_attribute16,
  bba_attribute17                       = p_rec.bba_attribute17,
  bba_attribute18                       = p_rec.bba_attribute18,
  bba_attribute19                       = p_rec.bba_attribute19,
  bba_attribute20                       = p_rec.bba_attribute20,
  bba_attribute21                       = p_rec.bba_attribute21,
  bba_attribute22                       = p_rec.bba_attribute22,
  bba_attribute23                       = p_rec.bba_attribute23,
  bba_attribute24                       = p_rec.bba_attribute24,
  bba_attribute25                       = p_rec.bba_attribute25,
  bba_attribute26                       = p_rec.bba_attribute26,
  bba_attribute27                       = p_rec.bba_attribute27,
  bba_attribute28                       = p_rec.bba_attribute28,
  bba_attribute29                       = p_rec.bba_attribute29,
  bba_attribute30                       = p_rec.bba_attribute30
  where balance_amount_id = p_rec.balance_amount_id;
Line: 128

End update_dml;
Line: 162

Procedure pre_update(p_rec in per_bba_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'pre_update';
Line: 170

End pre_update;
Line: 204

Procedure post_update(p_effective_date   in  date,
                      p_rec in per_bba_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'post_update';
Line: 213

    per_bba_rku.after_update
      (p_effective_date              => p_effective_date,
      p_balance_amount_id          => p_rec.balance_amount_id,
      p_ytd_amount                 => p_rec.ytd_amount,
      p_fytd_amount                => p_rec.fytd_amount,
      p_ptd_amount                 => p_rec.ptd_amount,
      p_mtd_amount                 => p_rec.mtd_amount,
      p_qtd_amount                 => p_rec.qtd_amount,
      p_run_amount                 => p_rec.run_amount,
      p_object_version_number      => p_rec.object_version_number,
      p_bba_attribute_category         => p_rec.bba_attribute_category,
      p_bba_attribute1                 => p_rec.bba_attribute1,
      p_bba_attribute2                 => p_rec.bba_attribute2,
      p_bba_attribute3                 => p_rec.bba_attribute3,
      p_bba_attribute4                 => p_rec.bba_attribute4,
      p_bba_attribute5                 => p_rec.bba_attribute5,
      p_bba_attribute6                 => p_rec.bba_attribute6,
      p_bba_attribute7                 => p_rec.bba_attribute7,
      p_bba_attribute8                 => p_rec.bba_attribute8,
      p_bba_attribute9                 => p_rec.bba_attribute9,
      p_bba_attribute10                => p_rec.bba_attribute10,
      p_bba_attribute11                => p_rec.bba_attribute11,
      p_bba_attribute12                => p_rec.bba_attribute12,
      p_bba_attribute13                => p_rec.bba_attribute13,
      p_bba_attribute14                => p_rec.bba_attribute14,
      p_bba_attribute15                => p_rec.bba_attribute15,
      p_bba_attribute16                => p_rec.bba_attribute16,
      p_bba_attribute17                => p_rec.bba_attribute17,
      p_bba_attribute18                => p_rec.bba_attribute18,
      p_bba_attribute19                => p_rec.bba_attribute19,
      p_bba_attribute20                => p_rec.bba_attribute20,
      p_bba_attribute21                => p_rec.bba_attribute21,
      p_bba_attribute22                => p_rec.bba_attribute22,
      p_bba_attribute23                => p_rec.bba_attribute23,
      p_bba_attribute24                => p_rec.bba_attribute24,
      p_bba_attribute25                => p_rec.bba_attribute25,
      p_bba_attribute26                => p_rec.bba_attribute26,
      p_bba_attribute27                => p_rec.bba_attribute27,
      p_bba_attribute28                => p_rec.bba_attribute28,
      p_bba_attribute29                => p_rec.bba_attribute29,
      p_bba_attribute30                => p_rec.bba_attribute30,
      p_balance_type_id_o
      => per_bba_shd.g_old_rec.balance_type_id,
      p_processed_assignment_id_o
      => per_bba_shd.g_old_rec.processed_assignment_id,
      p_business_group_id_o
      => per_bba_shd.g_old_rec.business_group_id,
      p_ytd_amount_o
      => per_bba_shd.g_old_rec.ytd_amount,
      p_fytd_amount_o
      => per_bba_shd.g_old_rec.fytd_amount,
      p_ptd_amount_o
      => per_bba_shd.g_old_rec.ptd_amount,
      p_mtd_amount_o
      => per_bba_shd.g_old_rec.mtd_amount,
      p_qtd_amount_o
      => per_bba_shd.g_old_rec.qtd_amount,
      p_run_amount_o
      => per_bba_shd.g_old_rec.run_amount,
      p_object_version_number_o
      => per_bba_shd.g_old_rec.object_version_number,
       p_bba_attribute_category_o
      => per_bba_shd.g_old_rec.bba_attribute_category,
      p_bba_attribute1_o
      => per_bba_shd.g_old_rec.bba_attribute1,
      p_bba_attribute2_o
      => per_bba_shd.g_old_rec.bba_attribute2,
      p_bba_attribute3_o
      => per_bba_shd.g_old_rec.bba_attribute3,
      p_bba_attribute4_o
      => per_bba_shd.g_old_rec.bba_attribute4,
      p_bba_attribute5_o
      => per_bba_shd.g_old_rec.bba_attribute5,
      p_bba_attribute6_o
      => per_bba_shd.g_old_rec.bba_attribute6,
      p_bba_attribute7_o
      => per_bba_shd.g_old_rec.bba_attribute7,
      p_bba_attribute8_o
      => per_bba_shd.g_old_rec.bba_attribute8,
      p_bba_attribute9_o
      => per_bba_shd.g_old_rec.bba_attribute9,
      p_bba_attribute10_o
      => per_bba_shd.g_old_rec.bba_attribute10,
      p_bba_attribute11_o
      => per_bba_shd.g_old_rec.bba_attribute11,
      p_bba_attribute12_o
      => per_bba_shd.g_old_rec.bba_attribute12,
      p_bba_attribute13_o
      => per_bba_shd.g_old_rec.bba_attribute13,
      p_bba_attribute14_o
      => per_bba_shd.g_old_rec.bba_attribute14,
      p_bba_attribute15_o
      => per_bba_shd.g_old_rec.bba_attribute15,
      p_bba_attribute16_o
      => per_bba_shd.g_old_rec.bba_attribute16,
      p_bba_attribute17_o
      => per_bba_shd.g_old_rec.bba_attribute17,
      p_bba_attribute18_o
      => per_bba_shd.g_old_rec.bba_attribute18,
      p_bba_attribute19_o
      => per_bba_shd.g_old_rec.bba_attribute19,
      p_bba_attribute20_o
      => per_bba_shd.g_old_rec.bba_attribute20,
      p_bba_attribute21_o
      => per_bba_shd.g_old_rec.bba_attribute21,
      p_bba_attribute22_o
      => per_bba_shd.g_old_rec.bba_attribute22,
      p_bba_attribute23_o
      => per_bba_shd.g_old_rec.bba_attribute23,
      p_bba_attribute24_o
      => per_bba_shd.g_old_rec.bba_attribute24,
      p_bba_attribute25_o
      => per_bba_shd.g_old_rec.bba_attribute25,
      p_bba_attribute26_o
      => per_bba_shd.g_old_rec.bba_attribute26,
      p_bba_attribute27_o
      => per_bba_shd.g_old_rec.bba_attribute27,
      p_bba_attribute28_o
      => per_bba_shd.g_old_rec.bba_attribute28,
      p_bba_attribute29_o
      => per_bba_shd.g_old_rec.bba_attribute29,
      p_bba_attribute30_o
      => per_bba_shd.g_old_rec.bba_attribute30
      );
Line: 349

End post_update;
Line: 601

  per_bba_bus.update_validate(p_effective_date,
                             p_rec
                             );
Line: 607

  pre_update(p_rec);
Line: 611

  update_dml(p_rec);
Line: 615

  post_update(p_effective_date,
                             p_rec);