DBA Data[Home] [Help]

APPS.PQH_STS_BUS dependencies on PER_SHARED_TYPES_VL

Line 918: From per_shared_types_vl

914: l_value varchar2(1000);
915: --
916: Cursor csr_type_of_ps IS
917: Select null
918: From per_shared_types_vl
919: Where shared_type_id = to_number(p_type_of_ps);
920:
921: --
922: Begin