APPS.PER_CA_EMP_EQUITY_PKG dependencies on PER_PEOPLE_F
Line 473: from per_people_f
469:
470: /* Cursor to check if the user isa secure user or not */
471: cursor c_person_exists( p_person_id number) is
472: select 'Y' 473: from per_people_f 474: where person_id = p_person_id;
475:
476: /*Declaration of local variables */
477: table_date per_fastformula_events_utility.date_tab;