DBA Data[Home] [Help]

APPS.PQH_GSP_STAGE_TO_BEN dependencies on PER_PARENT_SPINES

Line 8: from per_parent_spines

4: l_scl_name varchar2(30);
5: begin
6: select name
7: into l_scl_name
8: from per_parent_spines
9: where parent_spine_id = p_scl_id;
10: return l_scl_name;
11: end get_scl_name;
12: function build_opt_name(p_opt_cer_id in number) return varchar2 is