DBA Data[Home] [Help]

APPS.PAY_HK_IR56_ARCHIVE dependencies on FND_TERRITORIES_TL

Line 111: -- fnd_territories_vl replaced with fnd_territories_tl table and a

107: -- 28 Aug 2003 srrajago 3059915 # In the cursor 'process_assignments', few joins with effective_date,
108: -- reporting_year and business_group_id included.Few joins with
109: -- pay_core_utils removed.
110: -- # In the cursors 'ir56_Spouse_info' and 'ir56_Employee_info',view
111: -- fnd_territories_vl replaced with fnd_territories_tl table and a
112: -- join with language also included.
113: -- # In the procedure 'Archive_Excep_Error_dtls', cursor 'ir56_employer_info'
114: -- modified.Table per_assignments_f and its related joins removed.
115: -- Cursor 'ir56_Employee_info' also modified.A join with period_of_service_id

Line 445: fnd_territories_tl ftv, /* Bug No : 3059915 */

441: pcr.contact_type contact_type, -- used in spouse cursor
442: pcr.date_start date_start
443: FROM per_people_f papf,
444: per_assignments_f paaf,
445: fnd_territories_tl ftv, /* Bug No : 3059915 */
446: per_contact_relationships pcr,
447: per_addresses pad,
448: per_assignment_extra_info paei,
449: per_periods_of_service pps,

Line 538: fnd_territories_tl ftv /* Bug No : 3059915 */

534: papf_spouse.per_information1
535: ||DECODE(papf_spouse.per_information2,NULL, NULL, ' '
536: || ftv.territory_short_name) passport_info
537: FROM per_people_f papf_spouse,
538: fnd_territories_tl ftv /* Bug No : 3059915 */
539: WHERE papf_spouse.person_id = c_person_id
540: AND papf_spouse.business_group_id = p_business_group_id
541: AND papf_spouse.per_information2 = ftv.territory_code(+)
542: AND ftv.language(+) = userenv('LANG') /* Bug No : 3059915 */