DBA Data[Home] [Help]

APPS.PSB_POSITION_CONTROL_PVT dependencies on PSB_ATTRIBUTES_VL

Line 303: (select 1 from PSB_ATTRIBUTES_VL b

299: select *
300: from PSB_ATTRIBUTE_VALUES a
301: where data_extract_id = p_source_data_extract_id
302: and exists
303: (select 1 from PSB_ATTRIBUTES_VL b
304: where b.attribute_id = a.attribute_id
305: and b.business_group_id = p_source_business_group_id)
306: and attribute_value is not null;
307:

Line 11954: from psb_attributes_vl

11950: l_usrcount NUMBER;
11951:
11952: cursor c_sysorg is
11953: select attribute_id
11954: from psb_attributes_vl
11955: where business_group_id = p_business_group_id
11956: and system_attribute_type = 'ORG';
11957:
11958: BEGIN