APPS.AP_WEB_CC_VALIDATIONS_PKG dependencies on PER_PEOPLE_F
Line 727: from per_people_f ppf
723: end;
724: if (l_bool) then
725: begin
726: select party_id into l_party_id 727: from per_people_f ppf 728: where ppf.person_id = p_employee_id
729: and trunc(sysdate) between ppf.effective_start_date and ppf.effective_end_date
730: and rownum = 1;
731: p_card_instrument.Owner_Id := l_party_id;