DBA Data[Home] [Help]

APPS.HXC_HXCMISTC_XMLP_PKG dependencies on HR_ASSIGNMENT_SETS

Line 179: from hr_assignment_sets

175: end if;
176:
177: if p_payroll_assignment_set is not null then
178: select assignment_set_name into p_assignment_set_label
179: from hr_assignment_sets
180: where assignment_set_id = p_payroll_assignment_set;
181: end if;
182:
183: if p_supervisor is not null then