DBA Data[Home] [Help]

APPS.PAY_BTT_UPD dependencies on PAY_BALANCE_TYPES_TL

Line 66: -- Update the pay_balance_types_tl Row

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

Line 68: update pay_balance_types_tl

64: --
65: --
66: -- Update the pay_balance_types_tl Row
67: --
68: update pay_balance_types_tl
69: set
70: balance_type_id = p_rec.balance_type_id
71: ,balance_name = p_rec.balance_name
72: ,reporting_name = p_rec.reporting_name

Line 213: (p_module_name => 'PAY_BALANCE_TYPES_TL'

209: --
210: when hr_api.cannot_find_prog_unit then
211: --
212: hr_api.cannot_find_prog_unit_error
213: (p_module_name => 'PAY_BALANCE_TYPES_TL'
214: ,p_hook_type => 'AU');
215: --
216: end;
217: --

Line 397: from pay_balance_types_tl btt

393: -- source_lang match the specified language.
394: --
395: cursor csr_upd_langs is
396: select btt.language
397: from pay_balance_types_tl btt
398: where btt.balance_type_id = p_balance_type_id
399: and p_language_code in (btt.language
400: ,btt.source_lang);
401: --