DBA Data[Home] [Help]

APPS.PSB_ACCOUNT_POSITION_SET_PVT dependencies on PSB_ATTRIBUTES_VL

Line 1234: c_name psb_attributes_VL.name%TYPE

1230: WHERE account_position_set_id = p_source_position_set_id ;
1231: --
1232: CURSOR l_find_matching_attribute_csr
1233: (
1234: c_name psb_attributes_VL.name%TYPE
1235: )
1236: IS
1237: SELECT attribute_id
1238: FROM psb_attributes_VL

Line 1238: FROM psb_attributes_VL

1234: c_name psb_attributes_VL.name%TYPE
1235: )
1236: IS
1237: SELECT attribute_id
1238: FROM psb_attributes_VL
1239: WHERE business_group_id = p_target_business_group_id
1240: AND name = c_name
1241: AND allow_in_position_set_flag = 'Y' ;
1242: --