DBA Data[Home] [Help]

APPS.PAY_GB_PAYE_CALC dependencies on HR_CHKFMT

Line 791: hr_chkfmt.changeformat(nvl(min(decode(inv.name, 'Pay Previous', eev.screen_entry_value, null)), 0), 'M', 'GBP') D_Pay_Previous,

787: eev.input_value_id, null)) INPUT_VALUE_ID3,
788: min(decode(inv.name, 'Refundable', substr(HR_GENERAL.DECODE_LOOKUP('GB_REFUNDABLE',eev.screen_entry_value),1,80),null)) D_Refundable,
789: --min(decode(inv.name, 'Refundable', eev.screen_entry_value, null)) Refundable,
790: min(decode(inv.name, 'Pay Previous', eev.input_value_id, null)) INPUT_VALUE_ID4,
791: hr_chkfmt.changeformat(nvl(min(decode(inv.name, 'Pay Previous', eev.screen_entry_value, null)), 0), 'M', 'GBP') D_Pay_Previous,
792: --min(decode(inv.name, 'Pay Previous', eev.screen_entry_value, null)) Pay_Previous,
793: min(decode(inv.name, 'Tax Previous', eev.input_value_id, null)) INPUT_VALUE_ID5,
794: hr_chkfmt.changeformat(nvl(min(decode(inv.name, 'Tax Previous', eev.screen_entry_value, null)), 0), 'M', 'GBP') D_Tax_Previous,
795: --min(decode(inv.name, 'Tax Previous', eev.screen_entry_value, null)) Tax_Previous,

Line 794: hr_chkfmt.changeformat(nvl(min(decode(inv.name, 'Tax Previous', eev.screen_entry_value, null)), 0), 'M', 'GBP') D_Tax_Previous,

790: min(decode(inv.name, 'Pay Previous', eev.input_value_id, null)) INPUT_VALUE_ID4,
791: hr_chkfmt.changeformat(nvl(min(decode(inv.name, 'Pay Previous', eev.screen_entry_value, null)), 0), 'M', 'GBP') D_Pay_Previous,
792: --min(decode(inv.name, 'Pay Previous', eev.screen_entry_value, null)) Pay_Previous,
793: min(decode(inv.name, 'Tax Previous', eev.input_value_id, null)) INPUT_VALUE_ID5,
794: hr_chkfmt.changeformat(nvl(min(decode(inv.name, 'Tax Previous', eev.screen_entry_value, null)), 0), 'M', 'GBP') D_Tax_Previous,
795: --min(decode(inv.name, 'Tax Previous', eev.screen_entry_value, null)) Tax_Previous,
796: min(decode(inv.name, 'Authority', eev.input_value_id, null)) INPUT_VALUE_ID6,
797: min(decode(inv.name, 'Authority', substr(HR_GENERAL.DECODE_LOOKUP('GB_AUTHORITY',eev.screen_entry_value),1,80),null)) D_AUTHORITY,
798: --min(decode(inv.name, 'Authority', eev.screen_entry_value, null)) Authority,