DBA Data[Home] [Help]

APPS.HR_LEGISLATION dependencies on HR_BALANCE_FEEDS

Line 271: -- hr_balance_feeds.ins_bf_bal_class, to

267: -- so that changes to any column will get
268: -- transferred to live
269: -- 115.77 RThirlby 30-JUL-2002 Bug 2430399 After insert of balance
270: -- classification, added call to
271: -- hr_balance_feeds.ins_bf_bal_class, to
272: -- create balance feeds for existing
273: -- elements with same classification as
274: -- the balance classification inserted.
275: -- 115.78 RThirlby 06-AUG-2002 Bug 2496207 - changed update of

Line 2290: hr_balance_feeds.ins_bf_bal_class

2286: select pay_balance_classifications_s.currval
2287: into l_bal_class_id
2288: from dual;
2289: --
2290: hr_balance_feeds.ins_bf_bal_class
2291: (p_balance_type_id => stu_rec.c_surrogate_key
2292: ,p_balance_classification_id => l_bal_class_id
2293: ,p_mode => 'STARTUP'
2294: );