DBA Data[Home] [Help]

APPS.IGS_AD_INT_RECONSIDER dependencies on IGS_PE_PRSID_GRP_MEM_ALL

Line 1427: TYPE c_pers_group_rec IS RECORD (PERSON_ID IGS_PE_PRSID_GRP_MEM_ALL.PERSON_ID%TYPE);

1423: Who When What
1424: *******************************************************************************/
1425:
1426:
1427: TYPE c_pers_group_rec IS RECORD (PERSON_ID IGS_PE_PRSID_GRP_MEM_ALL.PERSON_ID%TYPE);
1428: c_person_group_rec c_pers_group_rec;
1429:
1430: /*This cursor returns the person id from the person id group */
1431: TYPE c_pers_group_ref IS REF CURSOR;