DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPDATE_PVT dependencies on PO_DISTRIBUTIONS_S

Line 7642: SELECT PO_DISTRIBUTIONS_S.nextval

7638: FOR l_split_dist_tbl_i IN 1..g_split_dist_changes_tbl.COUNT LOOP
7639: l_dist_chg_i := g_split_dist_changes_tbl(l_split_dist_tbl_i);
7640:
7641: -- Generate a new PO_DISTRIBUTION_ID from the sequence.
7642: SELECT PO_DISTRIBUTIONS_S.nextval
7643: INTO l_po_distribution_id
7644: FROM dual;
7645:
7646: -- Update the split distribution change with the new PO_DISTRIBUTION_ID.

Line 9140: PO_DISTRIBUTIONS_SV.validate_delete_distribution(

9136: ELSIF p_entity = PO_CORE_S.g_doc_level_DISTRIBUTION
9137: THEN
9138: d_pos := 100;
9139: -- Validates the delete action on the distribution
9140: PO_DISTRIBUTIONS_SV.validate_delete_distribution(
9141: p_po_distribution_id => p_distribution_id
9142: ,p_line_loc_id => p_line_loc_id
9143: ,p_approved_date => l_doc_approved_date
9144: ,p_style_disp_name => l_style_disp_name