DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPDATE_PVT dependencies on PO_DISTRIBUTIONS_S

Line 7530: SELECT PO_DISTRIBUTIONS_S.nextval

7526: FOR l_split_dist_tbl_i IN 1..g_split_dist_changes_tbl.COUNT LOOP
7527: l_dist_chg_i := g_split_dist_changes_tbl(l_split_dist_tbl_i);
7528:
7529: -- Generate a new PO_DISTRIBUTION_ID from the sequence.
7530: SELECT PO_DISTRIBUTIONS_S.nextval
7531: INTO l_po_distribution_id
7532: FROM dual;
7533:
7534: -- Update the split distribution change with the new PO_DISTRIBUTION_ID.

Line 9005: PO_DISTRIBUTIONS_SV.validate_delete_distribution(

9001: ELSIF p_entity = PO_CORE_S.g_doc_level_DISTRIBUTION
9002: THEN
9003: d_pos := 100;
9004: -- Validates the delete action on the distribution
9005: PO_DISTRIBUTIONS_SV.validate_delete_distribution(
9006: p_po_distribution_id => p_distribution_id
9007: ,p_line_loc_id => p_line_loc_id
9008: ,p_approved_date => l_doc_approved_date
9009: ,p_style_disp_name => l_style_disp_name