DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPDATE_PVT dependencies on PO_LINES_SV

Line 5348: PO_LINES_SV2.retroactive_change(l_po_line_id);

5344:
5345: IF (l_retroactive_price_change = G_PARAMETER_YES) THEN
5346: -- Remember that this is a retroactive price change.
5347: g_retroactive_price_change := G_PARAMETER_YES;
5348: PO_LINES_SV2.retroactive_change(l_po_line_id);
5349: END IF;
5350:
5351: END IF; -- document type is standard PO
5352: -- Bug 3312906 END

Line 5873: PO_LINES_SV2.retro_change_shipment(l_line_location_id);

5869:
5870: IF (l_retroactive_price_change = G_PARAMETER_YES) THEN
5871: -- Remember that this is a retroactive price change.
5872: g_retroactive_price_change := G_PARAMETER_YES;
5873: PO_LINES_SV2.retro_change_shipment(l_line_location_id);
5874: END IF;
5875:
5876: END IF; -- document type is release
5877: -- Bug 3312906 END

Line 7951: PO_LINES_SV.delete_line (

7947: INTO l_rowid
7948: FROM po_lines
7949: WHERE po_line_id = p_chg.line_changes.po_line_id(i);
7950:
7951: PO_LINES_SV.delete_line (
7952: x_type_lookup_code => g_document_subtype,
7953: x_po_line_id => p_chg.line_changes.po_line_id(i),
7954: x_row_id => l_rowid
7955: );

Line 8983: PO_LINES_SV.check_line_deletion_allowed(

8979: ELSIF p_entity = PO_CORE_S.g_doc_level_LINE
8980: THEN
8981: d_pos := 80;
8982: -- Validates the delete action on the line
8983: PO_LINES_SV.check_line_deletion_allowed(
8984: x_po_line_id => p_po_line_id
8985: ,x_allow_delete => l_allow_delete
8986: ,p_token => 'DOCUMENT_TYPE'
8987: ,p_token_value => l_style_disp_name

Line 9190: PO_LINES_SV.delete_line( X_type_lookup_code => p_doc_subtype

9186: FROM PO_LINES_ALL
9187: WHERE PO_LINE_ID = p_po_line_id;
9188:
9189: d_pos := 45;
9190: PO_LINES_SV.delete_line( X_type_lookup_code => p_doc_subtype
9191: ,X_po_line_id => p_po_line_id
9192: ,X_row_id => l_entity_row_id
9193: ,p_skip_validation => 'Y'); --skip validations as we already have called validate_delete_action
9194: ELSIF p_entity = PO_CORE_S.g_doc_level_SHIPMENT