DBA Data[Home] [Help]

APPS.PSP_ER_AME dependencies on PER_ALL_PEOPLE_F

Line 1037: l_person_id per_all_people_f.person_id%type;

1033: and er.person_id between p_start_person and p_end_person
1034: and er.request_id = p_request_id;
1035:
1036: award_rec principal_investigator_error%rowtype;
1037: l_person_id per_all_people_f.person_id%type;
1038:
1039: type t_error_source_id is table of integer index by binary_integer;
1040: type t_error_message is table of psp_report_errors.error_message%type
1041: index by binary_integer;