DBA Data[Home] [Help]

APPS.PAY_TBC_UPD dependencies on PAY_BALANCE_CATEGORIES_F_TL

Line 66: -- Update the pay_balance_categories_f_tl Row

62: --
63: --
64: --
65: --
66: -- Update the pay_balance_categories_f_tl Row
67: --
68: update pay_balance_categories_f_tl
69: set
70: balance_category_id = p_rec.balance_category_id

Line 68: update pay_balance_categories_f_tl

64: --
65: --
66: -- Update the pay_balance_categories_f_tl Row
67: --
68: update pay_balance_categories_f_tl
69: set
70: balance_category_id = p_rec.balance_category_id
71: ,language = p_rec.language
72: ,source_lang = p_rec.source_lang

Line 208: (p_module_name => 'PAY_BALANCE_CATEGORIES_F_TL'

204: --
205: when hr_api.cannot_find_prog_unit then
206: --
207: hr_api.cannot_find_prog_unit_error
208: (p_module_name => 'PAY_BALANCE_CATEGORIES_F_TL'
209: ,p_hook_type => 'AU');
210: --
211: end;
212: --

Line 383: from pay_balance_categories_f_tl tbc

379: -- source_lang match the specified language.
380: --
381: cursor csr_upd_langs is
382: select tbc.language
383: from pay_balance_categories_f_tl tbc
384: where tbc.balance_category_id = p_balance_category_id
385: and p_language_code in (tbc.language
386: ,tbc.source_lang);
387: --