DBA Data[Home] [Help]

APPS.PQH_PRVCALC dependencies on PQH_ATTRIBUTES

Line 8: Attribute_id pqh_attributes.attribute_id%type,

4: type t_task_templ is table of pqh_template_attributes.template_id%type
5: index by binary_integer ;
6:
7: type t_attid_priv_typ is record (
8: Attribute_id pqh_attributes.attribute_id%type,
9: task_type varchar2(1),
10: mode_flag varchar2(1),
11: reqd_flag varchar2(1) );
12: