DBA Data[Home] [Help]

APPS.PQP_GB_OSP_TEMPLATE dependencies on BEN_PL_TYP_F

Line 19: (plan_type_id ben_pl_typ_f.PL_TYP_ID%TYPE

15: INDEX BY BINARY_INTEGER;
16:
17: -- LG
18: TYPE rt_plan_types IS RECORD
19: (plan_type_id ben_pl_typ_f.PL_TYP_ID%TYPE
20: ,name ben_pl_typ_f.name%TYPE
21: );
22:
23: TYPE t_plan_types IS TABLE OF rt_plan_types

Line 20: ,name ben_pl_typ_f.name%TYPE

16:
17: -- LG
18: TYPE rt_plan_types IS RECORD
19: (plan_type_id ben_pl_typ_f.PL_TYP_ID%TYPE
20: ,name ben_pl_typ_f.name%TYPE
21: );
22:
23: TYPE t_plan_types IS TABLE OF rt_plan_types
24: INDEX BY BINARY_INTEGER;