APPS.AP_WEB_CC_VALIDATIONS_PKG dependencies on FINANCIALS_SYSTEM_PARAMETERS
Line 634: from per_employees_x pap, financials_system_parameters fsp
630: begin
631: select full_name into l_full_name from ap_card_details where card_id = p_card_id;
632: if (l_full_name is null) then
633: select substrb(full_name, 1, 80) into l_full_name 634: from per_employees_x pap, financials_system_parameters fsp 635: where pap.business_group_id = fsp.business_group_id
636: and pap.employee_id = p_employee_id;
637: end if;
638: