DBA Data[Home] [Help]

APPS.PAY_IN_EOY_ER_RETURNS dependencies on HR_GENERAL

Line 249: , hr_general.decode_lookup('IN_BANK_BRANCH_CODES',ch_b.org_information4)

245: , it_ch.org_information3
246: , 'CHALLAN_DATE=P'
247: , TO_CHAR(fnd_date.canonical_to_date(it_ch.org_information2),'DDMMYYYY')
248: , 'BANK_BRANCH_CODE=P'
249: , hr_general.decode_lookup('IN_BANK_BRANCH_CODES',ch_b.org_information4)
250: , fnd_date.canonical_to_date(it_ch.org_information2)
251: FROM hr_organization_information ch_b
252: , hr_organization_information it_ch
253: WHERE it_ch.org_information_context = 'PER_IN_IT_CHALLAN_INFO'