DBA Data[Home] [Help]

APPS.PER_CA_EMP_EQUITY_PKG dependencies on PER_PEOPLE_F

Line 416: from per_people_f

412:
413: /* Cursor to check if the user isa secure user or not */
414: cursor c_person_exists( p_person_id number) is
415: select 'Y'
416: from per_people_f
417: where person_id = p_person_id;
418:
419: /*Declaration of local variables */
420: table_date per_fastformula_events_utility.date_tab;