DBA Data[Home] [Help]

APPS.PSB_POSITION_ATTRIBUTES_PVT dependencies on PSB_ATTRIBUTES_VL

Line 49: select row_id from psb_attributes_VL

45: l_api_version CONSTANT NUMBER := 1.0;
46: l_attribute_id number;
47: --
48: cursor c1 is
49: select row_id from psb_attributes_VL
50: where attribute_id = p_attribute_id;
51:
52: BEGIN
53:

Line 708: FROM psb_attributes_VL

704: l_tmp VARCHAR2(1);
705:
706: CURSOR c IS
707: SELECT '1'
708: FROM psb_attributes_VL
709: WHERE name = p_name
710: AND business_group_id = p_business_group_id
711: AND ( (p_Row_Id IS NULL)
712: OR (row_id <> p_Row_Id) );