DBA Data[Home] [Help]

APPS.PAY_AU_TFN_MAGTAPE dependencies on HR_LOCATIONS_ALL

Line 135: ,hr_locations_all hlc --Modified the table from hr_locations to hr_locations_all

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
139: WHERE hou.business_group_id = pay_magtape_generic.get_parameter_value('BUSINESS_GROUP_ID')

Line 194: ,hr_locations_all hlc --Modified the table from hr_locations to hr_locations_all

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
198: WHERE hou.business_group_id = pay_magtape_generic.get_parameter_value('BUSINESS_GROUP_ID')