DBA Data[Home] [Help]

APPS.PO_CATALOG_INDEX_PVT dependencies on PO_ATTRIBUTE_VALUES_PVT

Line 1702: PO_ATTRIBUTE_VALUES_PVT.get_ip_category_id(l_category_id_list(i), l_new_ip_category_id);

1698: l_progress := '050';
1699: -- Get the ip_category_id for all the po lines selected above and update
1700: -- PO_ATTRIBUTE_VALUES and PO_ATTRIBUTE_VALUES_TLP
1701: FOR i IN 1 .. l_po_line_id_list.COUNT LOOP
1702: PO_ATTRIBUTE_VALUES_PVT.get_ip_category_id(l_category_id_list(i), l_new_ip_category_id);
1703:
1704: -- Update ip_category_id only if changed.
1705: IF l_new_ip_category_id <> l_old_ip_category_id_list(i) THEN
1706: UPDATE PO_ATTRIBUTE_VALUES

Line 1746: PO_ATTRIBUTE_VALUES_PVT.get_ip_category_id(l_category_id_list(i), l_new_ip_category_id);

1742:
1743: -- Get the ip_category_id for all the po lines selected above and update
1744: -- PO_ATTRIBUTE_VALUES and PO_ATTRIBUTE_VALUES_TLP
1745: FOR i IN 1 .. l_req_template_line_num_list.COUNT LOOP
1746: PO_ATTRIBUTE_VALUES_PVT.get_ip_category_id(l_category_id_list(i), l_new_ip_category_id);
1747:
1748: -- Update ip_category_id only if changed.
1749: IF l_new_ip_category_id <> l_old_ip_category_id_list(i) THEN
1750: UPDATE PO_ATTRIBUTE_VALUES