DBA Data[Home] [Help]

APPS.PAY_AU_TFN_MAGTAPE dependencies on HR_ORGANIZATION_INFORMATION

Line 134: FROM hr_organization_information hoi

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

Line 193: FROM hr_organization_information hoi

189: ,'CONTACT_NAME=P'
190: ,pay_au_tfn_magtape_flags.remove_extra_spaces(translate(decode(pap.first_name,null,'',pap.first_name || ' ') || pap.last_name,inv_character_string,blank_character_string)) /*Bug 9000052*/
191: ,'TELEPHONE_NUMBER=P'
192: ,hoi.org_information14
193: FROM hr_organization_information hoi
194: ,hr_locations_all hlc --Modified the table from hr_locations to hr_locations_all
195: ,fnd_territories_tl ftl
196: ,hr_organization_units hou
197: ,per_people_f pap