DBA Data[Home] [Help]

APPS.PER_ASG_AGGR dependencies on HR_GENERAL

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

85: --
86:
87: CURSOR cur_paye_element_values(p_tax_district varchar2,p_start_date date,p_end_date date) IS
88: SELECT nvl(min(decode(inv.name, 'Tax Code', eev.screen_entry_value, null)),0)||
89: nvl(min(decode(inv.name, 'Tax Basis', substr(HR_GENERAL.DECODE_LOOKUP('GB_TAX_BASIS',eev.screen_entry_value),1,80),null)),0)||
90: nvl(min(decode(inv.name, 'Refundable', substr(HR_GENERAL.DECODE_LOOKUP('GB_REFUNDABLE',eev.screen_entry_value),1,80),null)),0)||
91: nvl(min(decode(inv.name, 'Pay Previous', eev.screen_entry_value, null)),0)||
92: nvl(min(decode(inv.name, 'Tax Previous', eev.screen_entry_value, null)),0)||
93: nvl(min(decode(inv.name, 'Authority', substr(HR_GENERAL.DECODE_LOOKUP('GB_AUTHORITY',eev.screen_entry_value),1,80),null)),0)||

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

86:
87: CURSOR cur_paye_element_values(p_tax_district varchar2,p_start_date date,p_end_date date) IS
88: SELECT nvl(min(decode(inv.name, 'Tax Code', eev.screen_entry_value, null)),0)||
89: nvl(min(decode(inv.name, 'Tax Basis', substr(HR_GENERAL.DECODE_LOOKUP('GB_TAX_BASIS',eev.screen_entry_value),1,80),null)),0)||
90: nvl(min(decode(inv.name, 'Refundable', substr(HR_GENERAL.DECODE_LOOKUP('GB_REFUNDABLE',eev.screen_entry_value),1,80),null)),0)||
91: nvl(min(decode(inv.name, 'Pay Previous', eev.screen_entry_value, null)),0)||
92: nvl(min(decode(inv.name, 'Tax Previous', eev.screen_entry_value, null)),0)||
93: nvl(min(decode(inv.name, 'Authority', substr(HR_GENERAL.DECODE_LOOKUP('GB_AUTHORITY',eev.screen_entry_value),1,80),null)),0)||
94: nvl(ele.entry_information1,0)||

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

89: nvl(min(decode(inv.name, 'Tax Basis', substr(HR_GENERAL.DECODE_LOOKUP('GB_TAX_BASIS',eev.screen_entry_value),1,80),null)),0)||
90: nvl(min(decode(inv.name, 'Refundable', substr(HR_GENERAL.DECODE_LOOKUP('GB_REFUNDABLE',eev.screen_entry_value),1,80),null)),0)||
91: nvl(min(decode(inv.name, 'Pay Previous', eev.screen_entry_value, null)),0)||
92: nvl(min(decode(inv.name, 'Tax Previous', eev.screen_entry_value, null)),0)||
93: nvl(min(decode(inv.name, 'Authority', substr(HR_GENERAL.DECODE_LOOKUP('GB_AUTHORITY',eev.screen_entry_value),1,80),null)),0)||
94: nvl(ele.entry_information1,0)||
95: nvl(ele.entry_information2,0) VALUE,
96: 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,
97: paa.assignment_id assignment_id,