DBA Data[Home] [Help]

APPS.PV_ATTRIBUTE_PVT dependencies on PV_ATTRIBUTES_VL

Line 826: from pv_attributes_vl

822: l_delete_flag VARCHAR2(1):='Y';
823: l_meaning VARCHAR2(80);
824: cursor lc_get_attr_details (pc_attribute_id number) is
825: select name
826: from pv_attributes_vl
827: where attribute_id = pc_attribute_id;
828:
829: cursor lc_check_attr_enty_vals (pc_attribute_id number) is
830: select distinct entity

Line 865: from pv_attributes_vl

861:
862:
863: cursor lc_check_seeded_attr (pc_attribute_id number) is
864: select seeded_flag
865: from pv_attributes_vl
866: where attribute_id = pc_attribute_id;
867:
868: cursor lc_entity_attrs (pc_attribute_id number) is
869: select entity_attr_id

Line 1724: FROM pv_attributes_vl

1720: l_return_status VARCHAR2(1);
1721:
1722: CURSOR c_complete IS
1723: SELECT *
1724: FROM pv_attributes_vl
1725: WHERE attribute_id = p_attribute_rec.attribute_id;
1726: l_attribute_rec c_complete%ROWTYPE;
1727: BEGIN
1728: