DBA Data[Home] [Help]

APPS.PAY_US_W4_WF dependencies on PAY_US_WEB_W4

Line 786: lv_notify := pay_us_web_w4.get_org_context(lr_trans_rec.person_id, lv_context,lv_level);

782: -- Organization Level Context
783: lv_context := 'US_ORG_REP_PREFERENCES';
784: lv_level := 'ORG';
785:
786: lv_notify := pay_us_web_w4.get_org_context(lr_trans_rec.person_id, lv_context,lv_level);
787:
788: hr_utility.trace('ORG pay_us_web_w4.get_org_context lv_notify = '||lv_notify);
789: if lv_notify = 'NOTFOUND' then
790: -- Business Group Level Context

Line 788: hr_utility.trace('ORG pay_us_web_w4.get_org_context lv_notify = '||lv_notify);

784: lv_level := 'ORG';
785:
786: lv_notify := pay_us_web_w4.get_org_context(lr_trans_rec.person_id, lv_context,lv_level);
787:
788: hr_utility.trace('ORG pay_us_web_w4.get_org_context lv_notify = '||lv_notify);
789: if lv_notify = 'NOTFOUND' then
790: -- Business Group Level Context
791: lv_context := 'US_BG_REP_PREFERENCES';
792: lv_level := 'BG';

Line 793: lv_notify := pay_us_web_w4.get_org_context(lr_trans_rec.person_id, lv_context,lv_level);

789: if lv_notify = 'NOTFOUND' then
790: -- Business Group Level Context
791: lv_context := 'US_BG_REP_PREFERENCES';
792: lv_level := 'BG';
793: lv_notify := pay_us_web_w4.get_org_context(lr_trans_rec.person_id, lv_context,lv_level);
794: hr_utility.trace('BG pay_us_web_w4.get_org_context lv_notify = '||lv_notify);
795: end if;
796:
797:

Line 794: hr_utility.trace('BG pay_us_web_w4.get_org_context lv_notify = '||lv_notify);

790: -- Business Group Level Context
791: lv_context := 'US_BG_REP_PREFERENCES';
792: lv_level := 'BG';
793: lv_notify := pay_us_web_w4.get_org_context(lr_trans_rec.person_id, lv_context,lv_level);
794: hr_utility.trace('BG pay_us_web_w4.get_org_context lv_notify = '||lv_notify);
795: end if;
796:
797:
798: