DBA Data[Home] [Help]

APPS.PER_ASG_AGGR dependencies on HR_GENERAL

Line 96: nvl(min(decode(inv.name, 'Tax Basis', substr(HR_GENERAL.DECODE_LOOKUP('GB_TAX_BASIS',eev.screen_entry_value),1,80),null)),0)||

92: --
93:
94: CURSOR cur_paye_element_values(p_tax_district varchar2,p_start_date date,p_end_date date) IS
95: SELECT nvl(min(decode(inv.name, 'Tax Code', eev.screen_entry_value, null)),0)||
96: nvl(min(decode(inv.name, 'Tax Basis', substr(HR_GENERAL.DECODE_LOOKUP('GB_TAX_BASIS',eev.screen_entry_value),1,80),null)),0)||
97: nvl(min(decode(inv.name, 'Refundable', substr(HR_GENERAL.DECODE_LOOKUP('GB_REFUNDABLE',eev.screen_entry_value),1,80),null)),0)||
98: nvl(min(decode(inv.name, 'Pay Previous', eev.screen_entry_value, null)),0)||
99: nvl(min(decode(inv.name, 'Tax Previous', eev.screen_entry_value, null)),0)||
100: nvl(min(decode(inv.name, 'Authority', substr(HR_GENERAL.DECODE_LOOKUP('GB_AUTHORITY',eev.screen_entry_value),1,80),null)),0)||

Line 97: nvl(min(decode(inv.name, 'Refundable', substr(HR_GENERAL.DECODE_LOOKUP('GB_REFUNDABLE',eev.screen_entry_value),1,80),null)),0)||

93:
94: CURSOR cur_paye_element_values(p_tax_district varchar2,p_start_date date,p_end_date date) IS
95: SELECT nvl(min(decode(inv.name, 'Tax Code', eev.screen_entry_value, null)),0)||
96: nvl(min(decode(inv.name, 'Tax Basis', substr(HR_GENERAL.DECODE_LOOKUP('GB_TAX_BASIS',eev.screen_entry_value),1,80),null)),0)||
97: nvl(min(decode(inv.name, 'Refundable', substr(HR_GENERAL.DECODE_LOOKUP('GB_REFUNDABLE',eev.screen_entry_value),1,80),null)),0)||
98: nvl(min(decode(inv.name, 'Pay Previous', eev.screen_entry_value, null)),0)||
99: nvl(min(decode(inv.name, 'Tax Previous', eev.screen_entry_value, null)),0)||
100: nvl(min(decode(inv.name, 'Authority', substr(HR_GENERAL.DECODE_LOOKUP('GB_AUTHORITY',eev.screen_entry_value),1,80),null)),0)||
101: nvl(ele.entry_information1,0)||

Line 100: nvl(min(decode(inv.name, 'Authority', substr(HR_GENERAL.DECODE_LOOKUP('GB_AUTHORITY',eev.screen_entry_value),1,80),null)),0)||

96: nvl(min(decode(inv.name, 'Tax Basis', substr(HR_GENERAL.DECODE_LOOKUP('GB_TAX_BASIS',eev.screen_entry_value),1,80),null)),0)||
97: nvl(min(decode(inv.name, 'Refundable', substr(HR_GENERAL.DECODE_LOOKUP('GB_REFUNDABLE',eev.screen_entry_value),1,80),null)),0)||
98: nvl(min(decode(inv.name, 'Pay Previous', eev.screen_entry_value, null)),0)||
99: nvl(min(decode(inv.name, 'Tax Previous', eev.screen_entry_value, null)),0)||
100: nvl(min(decode(inv.name, 'Authority', substr(HR_GENERAL.DECODE_LOOKUP('GB_AUTHORITY',eev.screen_entry_value),1,80),null)),0)||
101: nvl(ele.entry_information1,0)||
102: nvl(ele.entry_information2,0) VALUE,
103: pay_gb_eoy_archive.get_agg_active_start(paa.assignment_id, p_tax_district, greatest(paa.effective_start_date,ppf.effective_start_date)) cpe_start_date,
104: paa.assignment_id assignment_id,