DBA Data[Home] [Help]

APPS.PO_LINES_SV4_832_UPDATE dependencies on PO_PRICE_DIFFERENTIALS_PVT

Line 839: PO_PRICE_DIFFERENTIALS_PVT.validate_price_differentials(

835:
836: IF ((X_update_po_line_flag = 'Y') AND (X_header_processable_flag = 'Y')) THEN
837: IF (p_order_type_lookup_code = 'RATE') THEN
838:
839: PO_PRICE_DIFFERENTIALS_PVT.validate_price_differentials(
840: p_interface_header_id => X_interface_header_id,
841: p_interface_line_id => X_interface_line_id,
842: p_entity_type => 'BLANKET LINE',
843: p_entity_id => X_po_line_id,

Line 852: PO_PRICE_DIFFERENTIALS_PVT.create_from_interface(

848: ' entity_id: ' ||x_po_line_id);
849: END IF;
850:
851: --create price differential records
852: PO_PRICE_DIFFERENTIALS_PVT.create_from_interface(
853: p_interface_line_id => X_interface_line_id,
854: p_entity_id => X_po_line_id);
855:
856: END IF; --IF (p_order_type_lookup_code = 'RATE')

Line 1231: PO_PRICE_DIFFERENTIALS_PVT.validate_price_differentials(

1227: END IF;
1228:
1229: If (p_order_type_lookup_code = 'RATE') then
1230:
1231: PO_PRICE_DIFFERENTIALS_PVT.validate_price_differentials(
1232: p_interface_header_id => X_interface_header_id,
1233: p_interface_line_id => X_interface_line_id,
1234: p_entity_type => 'PRICE BREAK',
1235: p_entity_id => X_line_location_id,

Line 1239: PO_PRICE_DIFFERENTIALS_PVT.create_from_interface(

1235: p_entity_id => X_line_location_id,
1236: p_header_processable_flag => X_header_processable_flag);
1237:
1238: --create price differential records
1239: PO_PRICE_DIFFERENTIALS_PVT.create_from_interface(
1240: p_interface_line_id => X_interface_line_id,
1241: p_entity_id => X_line_location_id);
1242:
1243: END IF; --IF (p_order_type_lookup_code = 'RATE')