DBA Data[Home] [Help]

APPS.PQH_UTILITY dependencies on PQH_PTX_EXTRA_INFO

Line 1897: from pqh_ptx_extra_info

1893: l_information_type varchar2(100);
1894: l_df_context varchar2(100);
1895: cursor c1 is
1896: select information_type
1897: from pqh_ptx_extra_info
1898: where ptx_extra_info_id = p_pte_id;
1899: begin
1900: open c1;
1901: fetch c1 into l_information_type;