DBA Data[Home] [Help]

APPS.HR_PERSONAL_PAY_METHOD_API dependencies on PAY_EXA_UPD

Line 407: pay_exa_upd.upd

403: if l_prenote_date is null OR ( l_new_prenote_date < l_prenote_date )then
404: if g_debug then
405: hr_utility.set_location('Stamp the prenote date:'|| l_proc, 40);
406: end if;
407: pay_exa_upd.upd
408: (p_external_account_id => p_external_account_id
409: ,p_object_version_number => p_external_account_ovn
410: ,p_territory_code => 'US'
411: ,p_prenote_date => l_new_prenote_date

Line 532: pay_exa_upd.upd

528: fnd_message.raise_error;
529: end if;
530: close csr_exa_ovn;
531: --
532: pay_exa_upd.upd
533: (p_external_account_id => p_external_account_id
534: ,p_object_version_number => l_exa_ovn
535: ,p_territory_code => 'US'
536: ,p_prenote_date => trunc(p_prenote_date)

Line 2394: -- Call table handler pay_exa_upd to control the processing of the external

2390: hr_utility.raise_error;
2391: --
2392: elsif l_category = 'MT' then
2393: --
2394: -- Call table handler pay_exa_upd to control the processing of the external
2395: -- account combination keyflex.
2396: --
2397:
2398: -- Bug #3829284. When territory code is defaulted with hr_api.g_varchar2

Line 2409: pay_exa_upd.upd_or_sel

2405: l_exa_territory_code := l_territory_code;
2406:
2407: end if;
2408:
2409: pay_exa_upd.upd_or_sel
2410: (p_segment1 => p_segment1
2411: ,p_segment2 => p_segment2
2412: ,p_segment3 => p_segment3
2413: ,p_segment4 => p_segment4