DBA Data[Home] [Help]

APPS.PAY_HK_MPF dependencies on PER_ASSIGNMENT_EXTRA_INFO

Line 396: from per_assignment_extra_info d

392: --
393: CURSOR check_source (p_assignment_id NUMBER,
394: p_entry_value VARCHAR2) is
395: select 'S'
396: from per_assignment_extra_info d
397: where to_number(d.aei_information20) = to_number(p_entry_value)
398: and d.assignment_id = p_assignment_id
399: and d.aei_information_category = 'HR_QUARTERS_INFO_HK';
400: --