DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UPDATE_PVT dependencies on PO_LINES_SV

Line 5393: PO_LINES_SV2.retroactive_change(l_po_line_id);

5389:
5390: IF (l_retroactive_price_change = G_PARAMETER_YES) THEN
5391: -- Remember that this is a retroactive price change.
5392: g_retroactive_price_change := G_PARAMETER_YES;
5393: PO_LINES_SV2.retroactive_change(l_po_line_id);
5394: END IF;
5395:
5396: END IF; -- document type is standard PO
5397: -- Bug 3312906 END

Line 5923: PO_LINES_SV2.retro_change_shipment(l_line_location_id);

5919:
5920: IF (l_retroactive_price_change = G_PARAMETER_YES) THEN
5921: -- Remember that this is a retroactive price change.
5922: g_retroactive_price_change := G_PARAMETER_YES;
5923: PO_LINES_SV2.retro_change_shipment(l_line_location_id);
5924: END IF;
5925:
5926: END IF; -- document type is release
5927: -- Bug 3312906 END

Line 8086: PO_LINES_SV.delete_line (

8082: INTO l_rowid
8083: FROM po_lines
8084: WHERE po_line_id = p_chg.line_changes.po_line_id(i);
8085:
8086: PO_LINES_SV.delete_line (
8087: x_type_lookup_code => g_document_subtype,
8088: x_po_line_id => p_chg.line_changes.po_line_id(i),
8089: x_row_id => l_rowid
8090: );

Line 9118: PO_LINES_SV.check_line_deletion_allowed(

9114: ELSIF p_entity = PO_CORE_S.g_doc_level_LINE
9115: THEN
9116: d_pos := 80;
9117: -- Validates the delete action on the line
9118: PO_LINES_SV.check_line_deletion_allowed(
9119: x_po_line_id => p_po_line_id
9120: ,x_allow_delete => l_allow_delete
9121: ,p_token => 'DOCUMENT_TYPE'
9122: ,p_token_value => l_style_disp_name

Line 9325: PO_LINES_SV.delete_line( X_type_lookup_code => p_doc_subtype

9321: FROM PO_LINES_ALL
9322: WHERE PO_LINE_ID = p_po_line_id;
9323:
9324: d_pos := 45;
9325: PO_LINES_SV.delete_line( X_type_lookup_code => p_doc_subtype
9326: ,X_po_line_id => p_po_line_id
9327: ,X_row_id => l_entity_row_id
9328: ,p_skip_validation => 'Y'); --skip validations as we already have called validate_delete_action
9329: ELSIF p_entity = PO_CORE_S.g_doc_level_SHIPMENT