DBA Data[Home] [Help]

APPS.PAY_HK_MPF dependencies on PER_ASSIGNMENT_EXTRA_INFO

Line 326: from per_assignment_extra_info d

322: --
323: CURSOR check_source (p_assignment_id NUMBER,
324: p_entry_value VARCHAR2) is
325: select 'S'
326: from per_assignment_extra_info d
327: where to_number(d.aei_information20) = to_number(p_entry_value)
328: and d.assignment_id = p_assignment_id
329: and d.aei_information_category = 'HR_QUARTERS_INFO_HK';
330: --