DBA Data[Home] [Help]

APPS.PYNEGNET01 dependencies on FF_USER_ENTITIES

Line 1182: DELETE FROM ff_user_entities

1178: if el_cnt in (3,9,10) then
1179:
1180: lc_name := element_name_list (el_cnt) || 'ARR_%';
1181: begin
1182: DELETE FROM ff_user_entities
1183: WHERE user_entity_name LIKE lc_name;
1184: EXCEPTION
1185: WHEN NO_DATA_FOUND THEN NULL;
1186: end;

Line 1663: DELETE FROM ff_user_entities

1659: LOOP
1660: if el_cnt in (3,9,10) then
1661:
1662: lc_name := element_name_list (el_cnt) || 'POST_VERTEX_%';
1663: DELETE FROM ff_user_entities
1664: WHERE user_entity_name LIKE lc_name and
1665: business_group_id is null;
1666: end if;
1667: el_cnt := el_cnt + 1;