DBA Data[Home] [Help]

APPS.IGS_GR_GRD_LGCY_PUB dependencies on IGS_GR_GEN_001

Line 578: p_lgcy_grd_rec.GRADUATION_NAME := IGS_GR_GEN_001.GRDP_GET_GRAD_NAME(p_person_id);

574: --End of Default the value of the record parameter S_GRADUAND_TYPE to 'UNKNOWN' in case it has a value of NULL.
575:
576: --If the record type parameter has GRADUAND_NAME as null then default the GRADUAND_NAME
577: IF p_lgcy_grd_rec.GRADUATION_NAME IS NULL THEN
578: p_lgcy_grd_rec.GRADUATION_NAME := IGS_GR_GEN_001.GRDP_GET_GRAD_NAME(p_person_id);
579: END IF;
580: --End of If the record type parameter has GRADUAND_NAME as null then default the GRADUAND_NAME
581:
582: --Default the value of the record parameter CONVOCATION_MEMBERSHIP_IND to 'N' if it has a null value passed.