DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPDATE_PVT dependencies on PO_DISTRIBUTIONS_PKG2

Line 8035: PO_DISTRIBUTIONS_PKG2.delete_row ( l_rowid );

8031: FROM po_distributions
8032: WHERE po_distribution_id
8033: = p_chg.distribution_changes.po_distribution_id(i);
8034:
8035: PO_DISTRIBUTIONS_PKG2.delete_row ( l_rowid );
8036: END IF;
8037: END LOOP;
8038:
8039: -- Delete the requested shipments and their children.

Line 9343: PO_DISTRIBUTIONS_PKG2.delete_row(x_rowid => p_entity_row_id);

9339: ELSIF p_entity = PO_CORE_S.g_doc_level_DISTRIBUTION
9340: THEN
9341: d_pos := 60;
9342: -- If all validations go thru fine we go ahead and delete the distribution
9343: PO_DISTRIBUTIONS_PKG2.delete_row(x_rowid => p_entity_row_id);
9344: END IF; -- p_entity = PO_CORE_S.g_doc_level_HEADER
9345:
9346: --
9347: d_pos := 70;