DBA Data[Home] [Help]

APPS.PAY_US_TAX_WF dependencies on FND_PROFILE

Line 346: lv_contact_source := fnd_profile.value('HR_PAYROLL_CONTACT_SOURCE');

342:
343: hr_utility.set_location('Entering: ' || l_proc || ':' || funcmode, 5);
344:
345: if ( funcmode = 'RUN' ) then
346: lv_contact_source := fnd_profile.value('HR_PAYROLL_CONTACT_SOURCE');
347:
348: ln_transaction_id := wf_engine.GetItemAttrNumber
349: (itemtype => itemtype
350: ,itemkey => itemkey

Line 495: lv_contact_source := fnd_profile.value('HR_PAYROLL_CONTACT_SOURCE');

491: begin
492:
493: hr_utility.set_location('Entering: ' || l_proc || ':'|| funcmode,5);
494: if ( funcmode = 'RUN' ) then
495: lv_contact_source := fnd_profile.value('HR_PAYROLL_CONTACT_SOURCE');
496:
497: ln_transaction_id := wf_engine.GetItemAttrNumber
498: (itemtype => itemtype
499: ,itemkey => itemkey