DBA Data[Home] [Help]

APPS.AP_WEB_CC_VALIDATIONS_PKG dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 671: from per_employees_x pap, financials_system_parameters fsp

667: end if;
668:
669: if (l_full_name is null or trim(l_full_name) is null) then
670: select substrb(full_name, 1, 80) into l_full_name
671: from per_employees_x pap, financials_system_parameters fsp
672: where pap.business_group_id = fsp.business_group_id
673: and pap.employee_id = p_employee_id
674: and rownum = 1;
675: end if;