DBA Data[Home] [Help]

APPS.POS_PARTY_MANAGEMENT_PKG dependencies on FND_PROFILE_OPTION_VALUES

Line 408: l_hr_agent fnd_profile_option_values.profile_option_value%TYPE;

404: -- N otherwise
405: FUNCTION is_person_employee_cont_worker(p_person_id IN NUMBER)
406: RETURN VARCHAR2 IS
407:
408: l_hr_agent fnd_profile_option_values.profile_option_value%TYPE;
409: l_number NUMBER;
410:
411: -- the following query is based on view per_employees_current_x
412: -- we can not use the view based the view is a secured view