DBA Data[Home] [Help]

APPS.PQH_FR_UTILITY dependencies on PQH_FR_STAT_SITUATIONS_V

Line 812: from pqh_fr_stat_situations_v sit , per_shared_types_vl sh

808: --
809: --
810: Cursor csr_situation_details IS
811: Select statutory_situation_id
812: from pqh_fr_stat_situations_v sit , per_shared_types_vl sh
813: where sh.shared_type_id = type_of_ps
814: and sh.system_type_cd = nvl(pqh_fr_utility.GET_BG_TYPE_OF_PS,sh.system_type_cd)
815: and sit.business_group_id = hr_general.get_business_group_id
816: and sit.default_flag = 'Y'