DBA Data[Home] [Help]

APPS.PER_QH_TAX_QUERY SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 209

,tax_update_allowed    out nocopy varchar2
,p_person_id        in     per_all_people_f.person_id%type
,p_assignment_id    in     per_all_assignments_f.assignment_id%type
,p_legislation_code in     varchar2
,p_effective_date   in     date
) is
  l_rec taxrec;
Line: 383

tax_update_allowed := l_rec.tax_update_allowed;