DBA Data[Home] [Help]

APPS.AHL_VWP_VISITS_STAGES_PVT dependencies on AHL_VST_TYP_STG_TYP_ASOC

Line 3168: FROM ahl_vst_typ_stg_typ_asoc

3164:
3165: --To fetch all the stage-stage types associations of the passed visit type code.
3166: CURSOR get_stage_types (p_visit_type_stage_id IN NUMBER) IS
3167: SELECT stage_type_code
3168: FROM ahl_vst_typ_stg_typ_asoc
3169: WHERE visit_type_stage_id = p_visit_type_stage_id;
3170:
3171: l_stagetypes_rec get_stage_types%ROWTYPE;
3172: