DBA Data[Home] [Help]

APPS.PAY_SG_IRAS_MAGTAPE dependencies on PER_ASSIGNMENTS_F

Line 120: from per_assignments_f a, /* Bug# 2920732 */

116: c_type in ff_database_items.user_name%type) is
117: select distinct a.assignment_id,
118: pay_core_utils.get_parameter('ARCHIVE_RUN_ID', pa.legislative_parameters) archive_run_id,
119: pay_core_utils.get_parameter('LEGAL_ENTITY_ID', pa.legislative_parameters) legal_entity_id
120: from per_assignments_f a, /* Bug# 2920732 */
121: per_people_f p,
122: pay_payroll_actions pa
123: where pa.payroll_action_id = c_payroll_action_id
124: and p.person_id between c_start_person_id and c_end_person_id