DBA Data[Home] [Help]

APPS.ICX_POR_ITEM_UPLOAD dependencies on POR_FAVORITE_LIST_LINES

Line 1952: -- Favorite Lists: POR_FAVORITE_LIST_LINES

1948: AND v_action = gSystemActions(i);
1949:
1950: xErrLoc := 450;
1951:
1952: -- Favorite Lists: POR_FAVORITE_LIST_LINES
1953: FORALL i in 1..gRowIds.COUNT
1954: delete from por_favorite_list_lines
1955: where rt_item_id = gItemIds(i)
1956: AND v_action = gSystemActions(i);

Line 1954: delete from por_favorite_list_lines

1950: xErrLoc := 450;
1951:
1952: -- Favorite Lists: POR_FAVORITE_LIST_LINES
1953: FORALL i in 1..gRowIds.COUNT
1954: delete from por_favorite_list_lines
1955: where rt_item_id = gItemIds(i)
1956: AND v_action = gSystemActions(i);
1957:
1958: EXCEPTION