DBA Data[Home] [Help]

APPS.IGS_ST_GEN_002 dependencies on IGS_ST_GEN_003

Line 682: v_govt_disability := IGS_ST_GEN_003.stap_get_prsn_dsblty(p_person_id);

678: NULL);
679: --Continue processing this record after the error has been loged.
680: END IF;
681: -- retrieve the person disability
682: v_govt_disability := IGS_ST_GEN_003.stap_get_prsn_dsblty(p_person_id);
683: -- retrieve the person statistics data
684: -- get the first record only, which will
685: -- be the end dated record if one exists
686: OPEN c_prsn_stats;