DBA Data[Home] [Help]

APPS.PAY_AU_TFN_MAGTAPE dependencies on HR_ORGANIZATION_INFORMATION

Line 138: FROM hr_organization_information hoi

134: ,'COUNTRY=P'
135: ,nvl(ftl.territory_short_name,' ')
136: ,'SUPP_EMAIL=P'
137: ,nvl(pap.email_address,' ')
138: FROM hr_organization_information hoi
139: ,hr_locations_all hlc --Modified the table from hr_locations to hr_locations_all
140: ,fnd_territories_tl ftl
141: ,hr_organization_units hou
142: ,per_people_f pap

Line 197: FROM hr_organization_information hoi

193: ,'CONTACT_NAME=P'
194: ,translate(decode(pap.first_name,null,'',pap.first_name || ' ') || pap.last_name,inv_character_string,blank_character_string)
195: ,'TELEPHONE_NUMBER=P'
196: ,hoi.org_information14
197: FROM hr_organization_information hoi
198: ,hr_locations_all hlc --Modified the table from hr_locations to hr_locations_all
199: ,fnd_territories_tl ftl
200: ,hr_organization_units hou
201: ,per_people_f pap