DBA Data[Home] [Help]

APPS.PER_GENERIC_REPORT_PKG dependencies on PER_PEOPLE_F

Line 24: per_people_f_secv to

20: gperry
21: 24-Jul-1997 teyres 70.1 Changed as to is on create or replace line
22: 25-Jun-97 teyres 110.1/70.2 110.1 and 70.2 are the same
23: 04-aug-97 mstewart 110.2 Changed statements using
24: per_people_f_secv to
25: use per_people_f instead
26: (R11 security model
27: change)
28: 19-jun-01 gperry 110.3 WWBUG 1833930. Since

Line 25: use per_people_f instead

21: 24-Jul-1997 teyres 70.1 Changed as to is on create or replace line
22: 25-Jun-97 teyres 110.1/70.2 110.1 and 70.2 are the same
23: 04-aug-97 mstewart 110.2 Changed statements using
24: per_people_f_secv to
25: use per_people_f instead
26: (R11 security model
27: change)
28: 19-jun-01 gperry 110.3 WWBUG 1833930. Since
29: this is sample code I

Line 71: l_full_name per_people_f.full_name%type;

67: -- Declare local variables, these are used for storing values that will be
68: -- inserted into the generic table.
69: --
70: l_recs_inserted number := 1;
71: l_full_name per_people_f.full_name%type;
72: l_sex per_people_f.sex%type;
73: --
74: -- The l_proc variable is used for handling errors that may occur during
75: -- program execution.

Line 72: l_sex per_people_f.sex%type;

68: -- inserted into the generic table.
69: --
70: l_recs_inserted number := 1;
71: l_full_name per_people_f.full_name%type;
72: l_sex per_people_f.sex%type;
73: --
74: -- The l_proc variable is used for handling errors that may occur during
75: -- program execution.
76: --

Line 148: l_full_name per_people_f.full_name%type;

144: -- Declare local variables, these are used for storing values that will be
145: -- inserted into the generic table.
146: --
147: l_recs_inserted number := 1;
148: l_full_name per_people_f.full_name%type;
149: --
150: -- The l_proc variable is used for handling errors that may occur during
151: -- program execution.
152: --

Line 231: l_full_name per_people_f.full_name%type;

227: -- Declare local variables, these are used for storing values that will be
228: -- inserted into the generic table.
229: --
230: l_recs_inserted number := 1;
231: l_full_name per_people_f.full_name%type;
232: l_sex per_people_f.sex%type;
233: --
234: -- The l_proc variable is used for handling errors that may occur during
235: -- program execution.

Line 232: l_sex per_people_f.sex%type;

228: -- inserted into the generic table.
229: --
230: l_recs_inserted number := 1;
231: l_full_name per_people_f.full_name%type;
232: l_sex per_people_f.sex%type;
233: --
234: -- The l_proc variable is used for handling errors that may occur during
235: -- program execution.
236: --